Shades of Java #208E99
Tints of Java #208E99
RGB
CMYK
RGB Variations
Color information
#208E99 (or 0x208E99) is known color: Java. HEX triplet: 20, 8E and 99. RGB value is (32,142,153). Sum of RGB (Red+Green+Blue) = 32+142+153=327 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.79% from 327); Green value is 142 (55.86% from 255 or 43.43% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 153 - color contains mainly: blue. Hex color #208E99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208E99 is #DF7166. Grayscale: #6E6E6E. Windows color (decimal): -14643559 or 10063392. OLE color: 10063392.
HSL color Cylindrical-coordinate representation of color #208E99: hue angle of 185.45º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #208E99 is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 32 | 142 | 153 | - |
| CMYK | 0.79 | 0.07 | 0 | 0.4 |
| HSL | 185.45º | 0.65% | 0.36% | - |
| HSV(B) | 185.45º | 0.79% | 0.6% | - |
| XYZ | 16.02 | 21.95 | 33.53 | - |
| YUV | 110.36 | 152.06 | 72.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 142 | 153 | 0.79 | 0.07 | 0 | 0.4 | 185.45 | 0.65 | 0.36 |
| Hex | 20 | 8E | 99 | 4F | 7 | 0 | 28 | B9 | 41 | 24 |
| Octal | 40 | 216 | 231 | 117 | 7 | 0 | 50 | 271 | 101 | 44 |
| Binary | 100000 | 10001110 | 10011001 | 1001111 | 111 | 0 | 101000 | 10111001 | 1000001 | 100100 |
Color Harmonies of #208E99
Complementary color
Monochromatic Colors of #208E99
Black with #208E99
Text Example
Text Example
White with #208E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208E99; }
p { color: rgb(32,142,153); }
H1.HeaderClassName
{
color: #208E99;
}
.AnyTagClassName
{
color: #208E99;
}
</style>
background-color css
<style>
a { background-color: #208E99; }
a { background-color: rgb(32,142,153); }
div.DivClassName
{
background-color: #208E99;
}
.BgClassName
{
background-color: #208E99;
}
</style>
border-color css
<style>
span { border-color: #208E99; }
span { border-color: rgb(32,142,153); }
td.TdClassName
{
border-color: #208E99;
}
.TagClassName
{
border-color: #208E99;
}
</style>