Html Css Color HEX #208E87 Java

📋 copy color: '#208E87'

red 32 ◦ green 142 ◦ blue 135

#208E87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #208E87

Tints of Java #208E87

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.13% from 255) = 43.69%

R = 10.36%
G = 45.95%
B = 43.69%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#208E87 (or 0x208E87) is known color: 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

RGB 32 142 135 -
CMYK 0.77 0 0.05 0.44
HSL 176.18º 0.63% 0.34% -
HSV(B) 176.18º 0.77% 0.56% -
XYZ 14.64 21.4 26.28 -
YUV 108.31 143.06 73.57 -
System Red Green Blue C M Y K H S L
Decimal 32 142 135 0.77 0 0.05 0.44 176.18 0.63 0.34
Hex 20 8E 87 4D 0 5 2C B0 3F 22
Octal 40 216 207 115 0 5 54 260 77 42
Binary 100000 10001110 10000111 1001101 0 101 101100 10110000 111111 100010

Color Harmonies of #208E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208E87

Black with #208E87

Text Example


Text Example

White with #208E87

Text Example


Text Example

HTML Codes & Css Web 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>