Shades of Java #208C85
Tints of Java #208C85
RGB
CMYK
RGB Variations
Color information
#208C85 (or 0x208C85) is known color: Java. HEX triplet: 20, 8C and 85. RGB value is (32,140,133). Sum of RGB (Red+Green+Blue) = 32+140+133=305 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.49% from 305); Green value is 140 (55.08% from 255 or 45.90% from 305); Blue value is 133 (52.34% from 255 or 43.61% from 305); Max value from RGB is 140 - color contains mainly: green. Hex color #208C85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208C85 is #DF737A. Grayscale: #6A6A6A. Windows color (decimal): -14644091 or 8752160. OLE color: 8752160.
HSL color Cylindrical-coordinate representation of color #208C85: hue angle of 176.11º 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 #208C85 is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 140 | 133 | - |
| CMYK | 0.77 | 0 | 0.05 | 0.45 |
| HSL | 176.11º | 0.63% | 0.34% | - |
| HSV(B) | 176.11º | 0.77% | 0.55% | - |
| XYZ | 14.21 | 20.76 | 25.45 | - |
| YUV | 106.91 | 142.72 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 140 | 133 | 0.77 | 0 | 0.05 | 0.45 | 176.11 | 0.63 | 0.34 |
| Hex | 20 | 8C | 85 | 4D | 0 | 5 | 2D | B0 | 3F | 22 |
| Octal | 40 | 214 | 205 | 115 | 0 | 5 | 55 | 260 | 77 | 42 |
| Binary | 100000 | 10001100 | 10000101 | 1001101 | 0 | 101 | 101101 | 10110000 | 111111 | 100010 |
Color Harmonies of #208C85
Complementary color
Monochromatic Colors of #208C85
Black with #208C85
Text Example
Text Example
White with #208C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208C85; }
p { color: rgb(32,140,133); }
H1.HeaderClassName
{
color: #208C85;
}
.AnyTagClassName
{
color: #208C85;
}
</style>
background-color css
<style>
a { background-color: #208C85; }
a { background-color: rgb(32,140,133); }
div.DivClassName
{
background-color: #208C85;
}
.BgClassName
{
background-color: #208C85;
}
</style>
border-color css
<style>
span { border-color: #208C85; }
span { border-color: rgb(32,140,133); }
td.TdClassName
{
border-color: #208C85;
}
.TagClassName
{
border-color: #208C85;
}
</style>