Shades of Java #208B99
Tints of Java #208B99
RGB
CMYK
RGB Variations
Color information
#208B99 (or 0x208B99) is known color: Java. HEX triplet: 20, 8B and 99. RGB value is (32,139,153). Sum of RGB (Red+Green+Blue) = 32+139+153=324 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.88% from 324); Green value is 139 (54.69% from 255 or 42.90% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #208B99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208B99 is #DF7466. Grayscale: #6C6C6C. Windows color (decimal): -14644327 or 10062624. OLE color: 10062624.
HSL color Cylindrical-coordinate representation of color #208B99: hue angle of 186.94º 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 #208B99 is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 32 | 139 | 153 | - |
| CMYK | 0.79 | 0.09 | 0 | 0.4 |
| HSL | 186.94º | 0.65% | 0.36% | - |
| HSV(B) | 186.94º | 0.79% | 0.6% | - |
| XYZ | 15.58 | 21.07 | 33.38 | - |
| YUV | 108.6 | 153.05 | 73.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 139 | 153 | 0.79 | 0.09 | 0 | 0.4 | 186.94 | 0.65 | 0.36 |
| Hex | 20 | 8B | 99 | 4F | 9 | 0 | 28 | BB | 41 | 24 |
| Octal | 40 | 213 | 231 | 117 | 11 | 0 | 50 | 273 | 101 | 44 |
| Binary | 100000 | 10001011 | 10011001 | 1001111 | 1001 | 0 | 101000 | 10111011 | 1000001 | 100100 |
Color Harmonies of #208B99
Complementary color
Monochromatic Colors of #208B99
Black with #208B99
Text Example
Text Example
White with #208B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208B99; }
p { color: rgb(32,139,153); }
H1.HeaderClassName
{
color: #208B99;
}
.AnyTagClassName
{
color: #208B99;
}
</style>
background-color css
<style>
a { background-color: #208B99; }
a { background-color: rgb(32,139,153); }
div.DivClassName
{
background-color: #208B99;
}
.BgClassName
{
background-color: #208B99;
}
</style>
border-color css
<style>
span { border-color: #208B99; }
span { border-color: rgb(32,139,153); }
td.TdClassName
{
border-color: #208B99;
}
.TagClassName
{
border-color: #208B99;
}
</style>