Shades of Java #209698
Tints of Java #209698
RGB
CMYK
RGB Variations
Color information
#209698 (or 0x209698) is known color: Java. HEX triplet: 20, 96 and 98. RGB value is (32,150,152). Sum of RGB (Red+Green+Blue) = 32+150+152=334 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.58% from 334); Green value is 150 (58.98% from 255 or 44.91% from 334); Blue value is 152 (59.77% from 255 or 45.51% from 334); Max value from RGB is 152 - color contains mainly: blue. Hex color #209698 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209698 is #DF6967. Grayscale: #727272. Windows color (decimal): -14641512 or 9999904. OLE color: 9999904.
HSL color Cylindrical-coordinate representation of color #209698: hue angle of 181º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #209698 is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 32 | 150 | 152 | - |
| CMYK | 0.79 | 0.01 | 0 | 0.40 |
| HSL | 181º | 0.65% | 0.36% | - |
| HSV(B) | 181º | 0.79% | 0.6% | - |
| XYZ | 17.17 | 24.39 | 33.51 | - |
| YUV | 114.95 | 148.91 | 68.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 150 | 152 | 0.79 | 0.01 | 0 | 0.40 | 181 | 0.65 | 0.36 |
| Hex | 20 | 96 | 98 | 4F | 1 | 0 | 28 | B5 | 41 | 24 |
| Octal | 40 | 226 | 230 | 117 | 1 | 0 | 50 | 265 | 101 | 44 |
| Binary | 100000 | 10010110 | 10011000 | 1001111 | 1 | 0 | 101000 | 10110101 | 1000001 | 100100 |
Color Harmonies of #209698
Complementary color
Monochromatic Colors of #209698
Black with #209698
Text Example
Text Example
White with #209698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209698; }
p { color: rgb(32,150,152); }
H1.HeaderClassName
{
color: #209698;
}
.AnyTagClassName
{
color: #209698;
}
</style>
background-color css
<style>
a { background-color: #209698; }
a { background-color: rgb(32,150,152); }
div.DivClassName
{
background-color: #209698;
}
.BgClassName
{
background-color: #209698;
}
</style>
border-color css
<style>
span { border-color: #209698; }
span { border-color: rgb(32,150,152); }
td.TdClassName
{
border-color: #209698;
}
.TagClassName
{
border-color: #209698;
}
</style>