Shades of Java #208C84
Tints of Java #208C84
RGB
CMYK
RGB Variations
Color information
#208C84 (or 0x208C84) is known color: Java. HEX triplet: 20, 8C and 84. RGB value is (32,140,132). Sum of RGB (Red+Green+Blue) = 32+140+132=304 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.53% from 304); Green value is 140 (55.08% from 255 or 46.05% from 304); Blue value is 132 (51.95% from 255 or 43.42% from 304); Max value from RGB is 140 - color contains mainly: green. Hex color #208C84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208C84 is #DF737B. Grayscale: #6A6A6A. Windows color (decimal): -14644092 or 8686624. OLE color: 8686624.
HSL color Cylindrical-coordinate representation of color #208C84: hue angle of 175.56º 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 #208C84 is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 140 | 132 | - |
| CMYK | 0.77 | 0 | 0.06 | 0.45 |
| HSL | 175.56º | 0.63% | 0.34% | - |
| HSV(B) | 175.56º | 0.77% | 0.55% | - |
| XYZ | 14.14 | 20.73 | 25.09 | - |
| YUV | 106.8 | 142.22 | 74.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 140 | 132 | 0.77 | 0 | 0.06 | 0.45 | 175.56 | 0.63 | 0.34 |
| Hex | 20 | 8C | 84 | 4D | 0 | 6 | 2D | B0 | 3F | 22 |
| Octal | 40 | 214 | 204 | 115 | 0 | 6 | 55 | 260 | 77 | 42 |
| Binary | 100000 | 10001100 | 10000100 | 1001101 | 0 | 110 | 101101 | 10110000 | 111111 | 100010 |
Color Harmonies of #208C84
Complementary color
Monochromatic Colors of #208C84
Black with #208C84
Text Example
Text Example
White with #208C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208C84; }
p { color: rgb(32,140,132); }
H1.HeaderClassName
{
color: #208C84;
}
.AnyTagClassName
{
color: #208C84;
}
</style>
background-color css
<style>
a { background-color: #208C84; }
a { background-color: rgb(32,140,132); }
div.DivClassName
{
background-color: #208C84;
}
.BgClassName
{
background-color: #208C84;
}
</style>
border-color css
<style>
span { border-color: #208C84; }
span { border-color: rgb(32,140,132); }
td.TdClassName
{
border-color: #208C84;
}
.TagClassName
{
border-color: #208C84;
}
</style>