Shades of Java #208C92
Tints of Java #208C92
RGB
CMYK
RGB Variations
Color information
#208C92 (or 0x208C92) is known color: 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
| RGB | 32 | 140 | 146 | - |
| CMYK | 0.78 | 0.04 | 0 | 0.43 |
| HSL | 183.16º | 0.64% | 0.35% | - |
| HSV(B) | 183.16º | 0.78% | 0.57% | - |
| XYZ | 15.16 | 21.14 | 30.48 | - |
| YUV | 108.39 | 149.22 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 140 | 146 | 0.78 | 0.04 | 0 | 0.43 | 183.16 | 0.64 | 0.35 |
| Hex | 20 | 8C | 92 | 4E | 4 | 0 | 2B | B7 | 40 | 23 |
| Octal | 40 | 214 | 222 | 116 | 4 | 0 | 53 | 267 | 100 | 43 |
| Binary | 100000 | 10001100 | 10010010 | 1001110 | 100 | 0 | 101011 | 10110111 | 1000000 | 100011 |
Color Harmonies of #208C92
Complementary color
Monochromatic Colors of #208C92
Black with #208C92
Text Example
Text Example
White with #208C92
Text Example
Text Example
HTML Codes & Css Web 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>