Shades of Java #208B86
Tints of Java #208B86
RGB
CMYK
RGB Variations
Color information
#208B86 (or 0x208B86) is known color: Java. HEX triplet: 20, 8B and 86. RGB value is (32,139,134). Sum of RGB (Red+Green+Blue) = 32+139+134=305 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.49% from 305); Green value is 139 (54.69% from 255 or 45.57% from 305); Blue value is 134 (52.73% from 255 or 43.93% from 305); Max value from RGB is 139 - color contains mainly: green. Hex color #208B86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208B86 is #DF7479. Grayscale: #6A6A6A. Windows color (decimal): -14644346 or 8817440. OLE color: 8817440.
HSL color Cylindrical-coordinate representation of color #208B86: hue angle of 177.2º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #208B86 is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 139 | 134 | - |
| CMYK | 0.77 | 0 | 0.04 | 0.45 |
| HSL | 177.2º | 0.63% | 0.34% | - |
| HSV(B) | 177.2º | 0.77% | 0.55% | - |
| XYZ | 14.13 | 20.49 | 25.77 | - |
| YUV | 106.44 | 143.55 | 74.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 139 | 134 | 0.77 | 0 | 0.04 | 0.45 | 177.2 | 0.63 | 0.34 |
| Hex | 20 | 8B | 86 | 4D | 0 | 4 | 2D | B1 | 3F | 22 |
| Octal | 40 | 213 | 206 | 115 | 0 | 4 | 55 | 261 | 77 | 42 |
| Binary | 100000 | 10001011 | 10000110 | 1001101 | 0 | 100 | 101101 | 10110001 | 111111 | 100010 |
Color Harmonies of #208B86
Complementary color
Monochromatic Colors of #208B86
Black with #208B86
Text Example
Text Example
White with #208B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208B86; }
p { color: rgb(32,139,134); }
H1.HeaderClassName
{
color: #208B86;
}
.AnyTagClassName
{
color: #208B86;
}
</style>
background-color css
<style>
a { background-color: #208B86; }
a { background-color: rgb(32,139,134); }
div.DivClassName
{
background-color: #208B86;
}
.BgClassName
{
background-color: #208B86;
}
</style>
border-color css
<style>
span { border-color: #208B86; }
span { border-color: rgb(32,139,134); }
td.TdClassName
{
border-color: #208B86;
}
.TagClassName
{
border-color: #208B86;
}
</style>