Shades of Java #209688
Tints of Java #209688
RGB
CMYK
RGB Variations
Color information
#209688 (or 0x209688) is known color: Java. HEX triplet: 20, 96 and 88. RGB value is (32,150,136). Sum of RGB (Red+Green+Blue) = 32+150+136=318 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10.06% from 318); Green value is 150 (58.98% from 255 or 47.17% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 150 - color contains mainly: green. Hex color #209688 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209688 is #DF6977. Grayscale: #717171. Windows color (decimal): -14641528 or 8951328. OLE color: 8951328.
HSL color Cylindrical-coordinate representation of color #209688: hue angle of 172.88º 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 #209688 is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 150 | 136 | - |
| CMYK | 0.79 | 0 | 0.09 | 0.41 |
| HSL | 172.88º | 0.65% | 0.36% | - |
| HSV(B) | 172.88º | 0.79% | 0.59% | - |
| XYZ | 15.95 | 23.9 | 27.06 | - |
| YUV | 113.12 | 140.91 | 70.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 150 | 136 | 0.79 | 0 | 0.09 | 0.41 | 172.88 | 0.65 | 0.36 |
| Hex | 20 | 96 | 88 | 4F | 0 | 9 | 29 | AD | 41 | 24 |
| Octal | 40 | 226 | 210 | 117 | 0 | 11 | 51 | 255 | 101 | 44 |
| Binary | 100000 | 10010110 | 10001000 | 1001111 | 0 | 1001 | 101001 | 10101101 | 1000001 | 100100 |
Color Harmonies of #209688
Complementary color
Monochromatic Colors of #209688
Black with #209688
Text Example
Text Example
White with #209688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209688; }
p { color: rgb(32,150,136); }
H1.HeaderClassName
{
color: #209688;
}
.AnyTagClassName
{
color: #209688;
}
</style>
background-color css
<style>
a { background-color: #209688; }
a { background-color: rgb(32,150,136); }
div.DivClassName
{
background-color: #209688;
}
.BgClassName
{
background-color: #209688;
}
</style>
border-color css
<style>
span { border-color: #209688; }
span { border-color: rgb(32,150,136); }
td.TdClassName
{
border-color: #209688;
}
.TagClassName
{
border-color: #209688;
}
</style>