Html Css Color HEX #208A87 Java

📋 copy color: '#208A87'

red 32 ◦ green 138 ◦ blue 135

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

Shades of Java #208A87

Tints of Java #208A87

RGB

 RED value IS 32 (12.89% from 255) = 10.49%

 GREEN value IS 138 (54.3% from 255) = 45.25%

 BLUE value IS 135 (53.13% from 255) = 44.26%

R = 10.49%
G = 45.25%
B = 44.26%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.02

 K value IS 0.46

RGB Variations

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

Color information

#208A87 (or 0x208A87) is known color: Java. HEX triplet: 20, 8A and 87. RGB value is (32,138,135). Sum of RGB (Red+Green+Blue) = 32+138+135=305 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.49% from 305); Green value is 138 (54.30% from 255 or 45.25% from 305); Blue value is 135 (53.12% from 255 or 44.26% from 305); Max value from RGB is 138 - color contains mainly: green. Hex color #208A87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208A87 is #DF7578. Grayscale: #696969. Windows color (decimal): -14644601 or 8882720. OLE color: 8882720.

HSL color Cylindrical-coordinate representation of color #208A87: hue angle of 178.3º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #208A87 is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB 32 138 135 -
CMYK 0.77 0 0.02 0.46
HSL 178.3º 0.62% 0.33% -
HSV(B) 178.3º 0.77% 0.54% -
XYZ 14.06 20.23 26.09 -
YUV 105.96 144.38 75.24 -
System Red Green Blue C M Y K H S L
Decimal 32 138 135 0.77 0 0.02 0.46 178.3 0.62 0.33
Hex 20 8A 87 4D 0 2 2E B2 3E 21
Octal 40 212 207 115 0 2 56 262 76 41
Binary 100000 10001010 10000111 1001101 0 10 101110 10110010 111110 100001

Color Harmonies of #208A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208A87

Black with #208A87

Text Example


Text Example

White with #208A87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #208A87;
 }
 .AnyTagClassName
 {
   color: #208A87;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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