Shades of Java #208E83
Tints of Java #208E83
RGB
CMYK
RGB Variations
Color information
#208E83 (or 0x208E83) is known color: Java. HEX triplet: 20, 8E and 83. RGB value is (32,142,131). Sum of RGB (Red+Green+Blue) = 32+142+131=305 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.49% from 305); Green value is 142 (55.86% from 255 or 46.56% from 305); Blue value is 131 (51.56% from 255 or 42.95% from 305); Max value from RGB is 142 - color contains mainly: green. Hex color #208E83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208E83 is #DF717C. Grayscale: #6B6B6B. Windows color (decimal): -14643581 or 8621600. OLE color: 8621600.
HSL color Cylindrical-coordinate representation of color #208E83: hue angle of 174º 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 #208E83 is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 142 | 131 | - |
| CMYK | 0.77 | 0 | 0.08 | 0.44 |
| HSL | 174º | 0.63% | 0.34% | - |
| HSV(B) | 174º | 0.77% | 0.56% | - |
| XYZ | 14.37 | 21.29 | 24.83 | - |
| YUV | 107.86 | 141.06 | 73.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 142 | 131 | 0.77 | 0 | 0.08 | 0.44 | 174 | 0.63 | 0.34 |
| Hex | 20 | 8E | 83 | 4D | 0 | 8 | 2C | AE | 3F | 22 |
| Octal | 40 | 216 | 203 | 115 | 0 | 10 | 54 | 256 | 77 | 42 |
| Binary | 100000 | 10001110 | 10000011 | 1001101 | 0 | 1000 | 101100 | 10101110 | 111111 | 100010 |
Color Harmonies of #208E83
Complementary color
Monochromatic Colors of #208E83
Black with #208E83
Text Example
Text Example
White with #208E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208E83; }
p { color: rgb(32,142,131); }
H1.HeaderClassName
{
color: #208E83;
}
.AnyTagClassName
{
color: #208E83;
}
</style>
background-color css
<style>
a { background-color: #208E83; }
a { background-color: rgb(32,142,131); }
div.DivClassName
{
background-color: #208E83;
}
.BgClassName
{
background-color: #208E83;
}
</style>
border-color css
<style>
span { border-color: #208E83; }
span { border-color: rgb(32,142,131); }
td.TdClassName
{
border-color: #208E83;
}
.TagClassName
{
border-color: #208E83;
}
</style>