Shades of Java #209597
Tints of Java #209597
RGB
CMYK
RGB Variations
Color information
#209597 (or 0x209597) is known color: Java. HEX triplet: 20, 95 and 97. RGB value is (32,149,151). Sum of RGB (Red+Green+Blue) = 32+149+151=332 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.64% from 332); Green value is 149 (58.59% from 255 or 44.88% from 332); Blue value is 151 (59.38% from 255 or 45.48% from 332); Max value from RGB is 151 - color contains mainly: blue. Hex color #209597 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209597 is #DF6A68. Grayscale: #727272. Windows color (decimal): -14641769 or 9934112. OLE color: 9934112.
HSL color Cylindrical-coordinate representation of color #209597: hue angle of 181.01º 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 #209597 is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 149 | 151 | - |
| CMYK | 0.79 | 0.01 | 0 | 0.41 |
| HSL | 181.01º | 0.65% | 0.36% | - |
| HSV(B) | 181.01º | 0.79% | 0.59% | - |
| XYZ | 16.93 | 24.04 | 33.03 | - |
| YUV | 114.25 | 148.74 | 69.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 149 | 151 | 0.79 | 0.01 | 0 | 0.41 | 181.01 | 0.65 | 0.36 |
| Hex | 20 | 95 | 97 | 4F | 1 | 0 | 29 | B5 | 41 | 24 |
| Octal | 40 | 225 | 227 | 117 | 1 | 0 | 51 | 265 | 101 | 44 |
| Binary | 100000 | 10010101 | 10010111 | 1001111 | 1 | 0 | 101001 | 10110101 | 1000001 | 100100 |
Color Harmonies of #209597
Complementary color
Monochromatic Colors of #209597
Black with #209597
Text Example
Text Example
White with #209597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209597; }
p { color: rgb(32,149,151); }
H1.HeaderClassName
{
color: #209597;
}
.AnyTagClassName
{
color: #209597;
}
</style>
background-color css
<style>
a { background-color: #209597; }
a { background-color: rgb(32,149,151); }
div.DivClassName
{
background-color: #209597;
}
.BgClassName
{
background-color: #209597;
}
</style>
border-color css
<style>
span { border-color: #209597; }
span { border-color: rgb(32,149,151); }
td.TdClassName
{
border-color: #209597;
}
.TagClassName
{
border-color: #209597;
}
</style>