#208C92

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

Shades of Java #208C92

Tints of Java #208C92

Color information

#208C92 (or 0x208C92) is unknown color: approx Java. HEX triplet: 20, 8C and 92. RGB value is (32,140,146). Sum of RGB (Red+Green+Blue) = 32+140+146=318 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10.06% from 318); Green value is 140 (55.08% from 255 or 44.03% from 318); Blue value is 146 (57.42% from 255 or 45.91% from 318); Max value from RGB is 146 - color contains mainly: blue. Hex color #208C92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208C92 is #DF736D. Grayscale: #6C6C6C. Windows color (decimal): -14644078 or 9604128. OLE color: 9604128.

HSL color Cylindrical-coordinate representation of color #208C92: hue angle of 183.16º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #208C92 is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB32140146-
CMYK0.780.0400.43
HSL183.16º64.04%34.9%-
HSV(B)183.16º78.08%57.25%-
XYZ15.1621.1430.48-
YUV108.39149.2273.51-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.06%
GREEN value IS 140 (55.08% from 255) = 44.03%
BLUE value IS 146 (57.42% from 255) = 45.91%
R=10.06%
G=44.03%
B=45.91%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal321401460.780.0400.43183.1664.0434.9
Hex208C924E402Bb74023
Octal40214222116405326710043
Binary100000100011001001001010011101000101011101101111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,140,146); }

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

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

 a { background-color: rgb(32,140,146); }

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

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

 span { border-color: rgb(32,140,146); }

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