#208E87

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

Shades of Java #208E87

Tints of Java #208E87

Color information

#208E87 (or 0x208E87) is unknown color: approx Java. HEX triplet: 20, 8E and 87. RGB value is (32,142,135). Sum of RGB (Red+Green+Blue) = 32+142+135=309 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.36% from 309); Green value is 142 (55.86% from 255 or 45.95% from 309); Blue value is 135 (53.12% from 255 or 43.69% from 309); Max value from RGB is 142 - color contains mainly: green. Hex color #208E87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208E87 is #DF7178. Grayscale: #6C6C6C. Windows color (decimal): -14643577 or 8883744. OLE color: 8883744.

HSL color Cylindrical-coordinate representation of color #208E87: hue angle of 176.18º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #208E87 is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB32142135-
CMYK0.7700.050.44
HSL176.18º63.22%34.12%-
HSV(B)176.18º77.46%55.69%-
XYZ14.6421.426.28-
YUV108.31143.0673.57-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.36%
GREEN value IS 142 (55.86% from 255) = 45.95%
BLUE value IS 135 (53.12% from 255) = 43.69%
R=10.36%
G=45.95%
B=43.69%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal321421350.7700.050.44176.1863.2234.12
Hex208E874D052Cb03f22
Octal4021620711505542607742
Binary10000010001110100001111001101010110110010110000111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208E87; }

 p { color: rgb(32,142,135); }

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

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

 a { background-color: rgb(32,142,135); }

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

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

 span { border-color: rgb(32,142,135); }

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