Shades of Java #208F8C
Tints of Java #208F8C
RGB
CMYK
RGB Variations
Color information
#208F8C (or 0x208F8C) is known color: Java. HEX triplet: 20, 8F and 8C. RGB value is (32,143,140). Sum of RGB (Red+Green+Blue) = 32+143+140=315 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.16% from 315); Green value is 143 (56.25% from 255 or 45.40% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 143 - color contains mainly: green. Hex color #208F8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208F8C is #DF7073. Grayscale: #6D6D6D. Windows color (decimal): -14643316 or 9211680. OLE color: 9211680.
HSL color Cylindrical-coordinate representation of color #208F8C: hue angle of 178.38º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #208F8C is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 143 | 140 | - |
| CMYK | 0.78 | 0 | 0.02 | 0.44 |
| HSL | 178.38º | 0.63% | 0.34% | - |
| HSV(B) | 178.38º | 0.78% | 0.56% | - |
| XYZ | 15.15 | 21.85 | 28.23 | - |
| YUV | 109.47 | 145.23 | 72.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 143 | 140 | 0.78 | 0 | 0.02 | 0.44 | 178.38 | 0.63 | 0.34 |
| Hex | 20 | 8F | 8C | 4E | 0 | 2 | 2C | B2 | 3F | 22 |
| Octal | 40 | 217 | 214 | 116 | 0 | 2 | 54 | 262 | 77 | 42 |
| Binary | 100000 | 10001111 | 10001100 | 1001110 | 0 | 10 | 101100 | 10110010 | 111111 | 100010 |
Color Harmonies of #208F8C
Complementary color
Monochromatic Colors of #208F8C
Black with #208F8C
Text Example
Text Example
White with #208F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208F8C; }
p { color: rgb(32,143,140); }
H1.HeaderClassName
{
color: #208F8C;
}
.AnyTagClassName
{
color: #208F8C;
}
</style>
background-color css
<style>
a { background-color: #208F8C; }
a { background-color: rgb(32,143,140); }
div.DivClassName
{
background-color: #208F8C;
}
.BgClassName
{
background-color: #208F8C;
}
</style>
border-color css
<style>
span { border-color: #208F8C; }
span { border-color: rgb(32,143,140); }
td.TdClassName
{
border-color: #208F8C;
}
.TagClassName
{
border-color: #208F8C;
}
</style>