Shades of Java #208F84
Tints of Java #208F84
RGB
CMYK
RGB Variations
Color information
#208F84 (or 0x208F84) is known color: Java. HEX triplet: 20, 8F and 84. RGB value is (32,143,132). Sum of RGB (Red+Green+Blue) = 32+143+132=307 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.42% from 307); Green value is 143 (56.25% from 255 or 46.58% from 307); Blue value is 132 (51.95% from 255 or 43.00% from 307); Max value from RGB is 143 - color contains mainly: green. Hex color #208F84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208F84 is #DF707B. Grayscale: #6C6C6C. Windows color (decimal): -14643324 or 8687392. OLE color: 8687392.
HSL color Cylindrical-coordinate representation of color #208F84: hue angle of 174.05º 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 #208F84 is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 143 | 132 | - |
| CMYK | 0.78 | 0 | 0.08 | 0.44 |
| HSL | 174.05º | 0.63% | 0.34% | - |
| HSV(B) | 174.05º | 0.78% | 0.56% | - |
| XYZ | 14.58 | 21.62 | 25.23 | - |
| YUV | 108.56 | 141.23 | 73.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 143 | 132 | 0.78 | 0 | 0.08 | 0.44 | 174.05 | 0.63 | 0.34 |
| Hex | 20 | 8F | 84 | 4E | 0 | 8 | 2C | AE | 3F | 22 |
| Octal | 40 | 217 | 204 | 116 | 0 | 10 | 54 | 256 | 77 | 42 |
| Binary | 100000 | 10001111 | 10000100 | 1001110 | 0 | 1000 | 101100 | 10101110 | 111111 | 100010 |
Color Harmonies of #208F84
Complementary color
Monochromatic Colors of #208F84
Black with #208F84
Text Example
Text Example
White with #208F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208F84; }
p { color: rgb(32,143,132); }
H1.HeaderClassName
{
color: #208F84;
}
.AnyTagClassName
{
color: #208F84;
}
</style>
background-color css
<style>
a { background-color: #208F84; }
a { background-color: rgb(32,143,132); }
div.DivClassName
{
background-color: #208F84;
}
.BgClassName
{
background-color: #208F84;
}
</style>
border-color css
<style>
span { border-color: #208F84; }
span { border-color: rgb(32,143,132); }
td.TdClassName
{
border-color: #208F84;
}
.TagClassName
{
border-color: #208F84;
}
</style>