Shades of Java #208E91
Tints of Java #208E91
RGB
CMYK
RGB Variations
Color information
#208E91 (or 0x208E91) is known color: Java. HEX triplet: 20, 8E and 91. RGB value is (32,142,145). Sum of RGB (Red+Green+Blue) = 32+142+145=319 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10.03% from 319); Green value is 142 (55.86% from 255 or 44.51% from 319); Blue value is 145 (57.03% from 255 or 45.45% from 319); Max value from RGB is 145 - color contains mainly: blue. Hex color #208E91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208E91 is #DF716E. Grayscale: #6D6D6D. Windows color (decimal): -14643567 or 9539104. OLE color: 9539104.
HSL color Cylindrical-coordinate representation of color #208E91: hue angle of 181.59º 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 #208E91 is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 32 | 142 | 145 | - |
| CMYK | 0.78 | 0.02 | 0 | 0.43 |
| HSL | 181.59º | 0.64% | 0.35% | - |
| HSV(B) | 181.59º | 0.78% | 0.57% | - |
| XYZ | 15.38 | 21.7 | 30.17 | - |
| YUV | 109.45 | 148.06 | 72.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 142 | 145 | 0.78 | 0.02 | 0 | 0.43 | 181.59 | 0.64 | 0.35 |
| Hex | 20 | 8E | 91 | 4E | 2 | 0 | 2B | B6 | 40 | 23 |
| Octal | 40 | 216 | 221 | 116 | 2 | 0 | 53 | 266 | 100 | 43 |
| Binary | 100000 | 10001110 | 10010001 | 1001110 | 10 | 0 | 101011 | 10110110 | 1000000 | 100011 |
Color Harmonies of #208E91
Complementary color
Monochromatic Colors of #208E91
Black with #208E91
Text Example
Text Example
White with #208E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208E91; }
p { color: rgb(32,142,145); }
H1.HeaderClassName
{
color: #208E91;
}
.AnyTagClassName
{
color: #208E91;
}
</style>
background-color css
<style>
a { background-color: #208E91; }
a { background-color: rgb(32,142,145); }
div.DivClassName
{
background-color: #208E91;
}
.BgClassName
{
background-color: #208E91;
}
</style>
border-color css
<style>
span { border-color: #208E91; }
span { border-color: rgb(32,142,145); }
td.TdClassName
{
border-color: #208E91;
}
.TagClassName
{
border-color: #208E91;
}
</style>