Shades of Java #208B8A
Tints of Java #208B8A
RGB
CMYK
RGB Variations
Color information
#208B8A (or 0x208B8A) is known color: Java. HEX triplet: 20, 8B and 8A. RGB value is (32,139,138). Sum of RGB (Red+Green+Blue) = 32+139+138=309 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.36% from 309); Green value is 139 (54.69% from 255 or 44.98% from 309); Blue value is 138 (54.30% from 255 or 44.66% from 309); Max value from RGB is 139 - color contains mainly: green. Hex color #208B8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208B8A is #DF7475. Grayscale: #6A6A6A. Windows color (decimal): -14644342 or 9079584. OLE color: 9079584.
HSL color Cylindrical-coordinate representation of color #208B8A: hue angle of 179.44º 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 #208B8A is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 139 | 138 | - |
| CMYK | 0.77 | 0 | 0.01 | 0.45 |
| HSL | 179.44º | 0.63% | 0.34% | - |
| HSV(B) | 179.44º | 0.77% | 0.55% | - |
| XYZ | 14.42 | 20.61 | 27.26 | - |
| YUV | 106.89 | 145.55 | 74.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 139 | 138 | 0.77 | 0 | 0.01 | 0.45 | 179.44 | 0.63 | 0.34 |
| Hex | 20 | 8B | 8A | 4D | 0 | 1 | 2D | B3 | 3F | 22 |
| Octal | 40 | 213 | 212 | 115 | 0 | 1 | 55 | 263 | 77 | 42 |
| Binary | 100000 | 10001011 | 10001010 | 1001101 | 0 | 1 | 101101 | 10110011 | 111111 | 100010 |
Color Harmonies of #208B8A
Complementary color
Monochromatic Colors of #208B8A
Black with #208B8A
Text Example
Text Example
White with #208B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208B8A; }
p { color: rgb(32,139,138); }
H1.HeaderClassName
{
color: #208B8A;
}
.AnyTagClassName
{
color: #208B8A;
}
</style>
background-color css
<style>
a { background-color: #208B8A; }
a { background-color: rgb(32,139,138); }
div.DivClassName
{
background-color: #208B8A;
}
.BgClassName
{
background-color: #208B8A;
}
</style>
border-color css
<style>
span { border-color: #208B8A; }
span { border-color: rgb(32,139,138); }
td.TdClassName
{
border-color: #208B8A;
}
.TagClassName
{
border-color: #208B8A;
}
</style>