#209688

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

Shades of Java #209688

Tints of Java #209688

Color information

#209688 (or 0x209688) is unknown color: approx Java. HEX triplet: 20, 96 and 88. RGB value is (32,150,136). Sum of RGB (Red+Green+Blue) = 32+150+136=318 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10.06% from 318); Green value is 150 (58.98% from 255 or 47.17% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 150 - color contains mainly: green. Hex color #209688 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209688 is #DF6977. Grayscale: #717171. Windows color (decimal): -14641528 or 8951328. OLE color: 8951328.

HSL color Cylindrical-coordinate representation of color #209688: hue angle of 172.88º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #209688 is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB32150136-
CMYK0.7900.090.41
HSL172.88º64.84%35.69%-
HSV(B)172.88º78.67%58.82%-
XYZ15.9523.927.06-
YUV113.12140.9170.14-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.06%
GREEN value IS 150 (58.98% from 255) = 47.17%
BLUE value IS 136 (53.52% from 255) = 42.77%
R=10.06%
G=47.17%
B=42.77%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal321501360.7900.090.41172.8864.8435.69
Hex2096884F0929ad4124
Octal402262101170115125510144
Binary1000001001011010001000100111101001101001101011011000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #209688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #209688; }

 p { color: rgb(32,150,136); }

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

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

 a { background-color: rgb(32,150,136); }

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

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

 span { border-color: rgb(32,150,136); }

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