Shades of Java #209695
Tints of Java #209695
RGB
CMYK
RGB Variations
Color information
#209695 (or 0x209695) is known color: Java. HEX triplet: 20, 96 and 95. RGB value is (32,150,149). Sum of RGB (Red+Green+Blue) = 32+150+149=331 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.67% from 331); Green value is 150 (58.98% from 255 or 45.32% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 150 - color contains mainly: green. Hex color #209695 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209695 is #DF696A. Grayscale: #727272. Windows color (decimal): -14641515 or 9803296. OLE color: 9803296.
HSL color Cylindrical-coordinate representation of color #209695: hue angle of 179.49º 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 #209695 is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 150 | 149 | - |
| CMYK | 0.79 | 0 | 0.01 | 0.41 |
| HSL | 179.49º | 0.65% | 0.36% | - |
| HSV(B) | 179.49º | 0.79% | 0.59% | - |
| XYZ | 16.93 | 24.29 | 32.23 | - |
| YUV | 114.6 | 147.41 | 69.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 150 | 149 | 0.79 | 0 | 0.01 | 0.41 | 179.49 | 0.65 | 0.36 |
| Hex | 20 | 96 | 95 | 4F | 0 | 1 | 29 | B3 | 41 | 24 |
| Octal | 40 | 226 | 225 | 117 | 0 | 1 | 51 | 263 | 101 | 44 |
| Binary | 100000 | 10010110 | 10010101 | 1001111 | 0 | 1 | 101001 | 10110011 | 1000001 | 100100 |
Color Harmonies of #209695
Complementary color
Monochromatic Colors of #209695
Black with #209695
Text Example
Text Example
White with #209695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209695; }
p { color: rgb(32,150,149); }
H1.HeaderClassName
{
color: #209695;
}
.AnyTagClassName
{
color: #209695;
}
</style>
background-color css
<style>
a { background-color: #209695; }
a { background-color: rgb(32,150,149); }
div.DivClassName
{
background-color: #209695;
}
.BgClassName
{
background-color: #209695;
}
</style>
border-color css
<style>
span { border-color: #209695; }
span { border-color: rgb(32,150,149); }
td.TdClassName
{
border-color: #209695;
}
.TagClassName
{
border-color: #209695;
}
</style>