Shades of Java #208B8E
Tints of Java #208B8E
RGB
CMYK
RGB Variations
Color information
#208B8E (or 0x208B8E) is known color: Java. HEX triplet: 20, 8B and 8E. RGB value is (32,139,142). Sum of RGB (Red+Green+Blue) = 32+139+142=313 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.22% from 313); Green value is 139 (54.69% from 255 or 44.41% from 313); Blue value is 142 (55.86% from 255 or 45.37% from 313); Max value from RGB is 142 - color contains mainly: blue. Hex color #208B8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208B8E is #DF7471. Grayscale: #6B6B6B. Windows color (decimal): -14644338 or 9341728. OLE color: 9341728.
HSL color Cylindrical-coordinate representation of color #208B8E: hue angle of 181.64º 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 #208B8E is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 139 | 142 | - |
| CMYK | 0.77 | 0.02 | 0 | 0.44 |
| HSL | 181.64º | 0.63% | 0.34% | - |
| HSV(B) | 181.64º | 0.77% | 0.56% | - |
| XYZ | 14.71 | 20.73 | 28.82 | - |
| YUV | 107.35 | 147.55 | 74.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 139 | 142 | 0.77 | 0.02 | 0 | 0.44 | 181.64 | 0.63 | 0.34 |
| Hex | 20 | 8B | 8E | 4D | 2 | 0 | 2C | B6 | 3F | 22 |
| Octal | 40 | 213 | 216 | 115 | 2 | 0 | 54 | 266 | 77 | 42 |
| Binary | 100000 | 10001011 | 10001110 | 1001101 | 10 | 0 | 101100 | 10110110 | 111111 | 100010 |
Color Harmonies of #208B8E
Complementary color
Monochromatic Colors of #208B8E
Black with #208B8E
Text Example
Text Example
White with #208B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208B8E; }
p { color: rgb(32,139,142); }
H1.HeaderClassName
{
color: #208B8E;
}
.AnyTagClassName
{
color: #208B8E;
}
</style>
background-color css
<style>
a { background-color: #208B8E; }
a { background-color: rgb(32,139,142); }
div.DivClassName
{
background-color: #208B8E;
}
.BgClassName
{
background-color: #208B8E;
}
</style>
border-color css
<style>
span { border-color: #208B8E; }
span { border-color: rgb(32,139,142); }
td.TdClassName
{
border-color: #208B8E;
}
.TagClassName
{
border-color: #208B8E;
}
</style>