#209D94

Color #209D94 Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #209D94

Tints of Java #209D94

Color information

#209D94 (or 0x209D94) is unknown color: approx Java. HEX triplet: 20, 9D and 94. RGB value is (32,157,148). Sum of RGB (Red+Green+Blue) = 32+157+148=337 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.50% from 337); Green value is 157 (61.72% from 255 or 46.59% from 337); Blue value is 148 (58.20% from 255 or 43.92% from 337); Max value from RGB is 157 - color contains mainly: green. Hex color #209D94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209D94 is #DF626B. Grayscale: #767676. Windows color (decimal): -14639724 or 9739552. OLE color: 9739552.

HSL color Cylindrical-coordinate representation of color #209D94: hue angle of 175.68º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #209D94 is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB32157148-
CMYK0.8000.060.38
HSL175.68º66.14%37.06%-
HSV(B)175.68º79.62%61.57%-
XYZ1826.5632.19-
YUV118.6144.5966.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 32 (12.89% from 255) = 9.50%
GREEN value IS 157 (61.72% from 255) = 46.59%
BLUE value IS 148 (58.20% from 255) = 43.92%
R=9.50%
G=46.59%
B=43.92%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal321571480.8000.060.38175.6866.1437.06
Hex209D94500626b04225
Octal40235224120064626010245
Binary100000100111011001010010100000110100110101100001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #209D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #209D94; }

 p { color: rgb(32,157,148); }

 H1.HeaderClassName
 {
   color: #209D94;
 }
 .AnyTagClassName
 {
   color: #209D94;
 }
</style>
background-color css

<style>
 a { background-color: #209D94; }

 a { background-color: rgb(32,157,148); }

 div.DivClassName
 {
   background-color: #209D94;
 }
 .BgClassName
 {
   background-color: #209D94;
 }
</style>
border-color css

<style>
 span { border-color: #209D94; }

 span { border-color: rgb(32,157,148); }

 td.TdClassName
 {
   border-color: #209D94;
 }
 .TagClassName
 {
   border-color: #209D94;
 }
</style>