Shades of Java #208796
Tints of Java #208796
RGB
CMYK
RGB Variations
Color information
#208796 (or 0x208796) is known color: Java. HEX triplet: 20, 87 and 96. RGB value is (32,135,150). Sum of RGB (Red+Green+Blue) = 32+135+150=317 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.09% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 150 (58.98% from 255 or 47.32% from 317); Max value from RGB is 150 - color contains mainly: blue. Hex color #208796 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208796 is #DF7869. Grayscale: #696969. Windows color (decimal): -14645354 or 9864992. OLE color: 9864992.
HSL color Cylindrical-coordinate representation of color #208796: hue angle of 187.63º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #208796 is Cyan = 0.79, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 135 | 150 | - |
| CMYK | 0.79 | 0.1 | 0 | 0.41 |
| HSL | 187.63º | 0.65% | 0.36% | - |
| HSV(B) | 187.63º | 0.79% | 0.59% | - |
| XYZ | 14.76 | 19.84 | 31.9 | - |
| YUV | 105.91 | 152.88 | 75.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 135 | 150 | 0.79 | 0.1 | 0 | 0.41 | 187.63 | 0.65 | 0.36 |
| Hex | 20 | 87 | 96 | 4F | A | 0 | 29 | BC | 41 | 24 |
| Octal | 40 | 207 | 226 | 117 | 12 | 0 | 51 | 274 | 101 | 44 |
| Binary | 100000 | 10000111 | 10010110 | 1001111 | 1010 | 0 | 101001 | 10111100 | 1000001 | 100100 |
Color Harmonies of #208796
Complementary color
Monochromatic Colors of #208796
Black with #208796
Text Example
Text Example
White with #208796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208796; }
p { color: rgb(32,135,150); }
H1.HeaderClassName
{
color: #208796;
}
.AnyTagClassName
{
color: #208796;
}
</style>
background-color css
<style>
a { background-color: #208796; }
a { background-color: rgb(32,135,150); }
div.DivClassName
{
background-color: #208796;
}
.BgClassName
{
background-color: #208796;
}
</style>
border-color css
<style>
span { border-color: #208796; }
span { border-color: rgb(32,135,150); }
td.TdClassName
{
border-color: #208796;
}
.TagClassName
{
border-color: #208796;
}
</style>