Shades of Java #209997
Tints of Java #209997
RGB
CMYK
RGB Variations
Color information
#209997 (or 0x209997) is known color: Java. HEX triplet: 20, 99 and 97. RGB value is (32,153,151). Sum of RGB (Red+Green+Blue) = 32+153+151=336 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.52% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 151 (59.38% from 255 or 44.94% from 336); Max value from RGB is 153 - color contains mainly: green. Hex color #209997 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209997 is #DF6668. Grayscale: #747474. Windows color (decimal): -14640745 or 9935136. OLE color: 9935136.
HSL color Cylindrical-coordinate representation of color #209997: hue angle of 179.01º 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 #209997 is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 32 | 153 | 151 | - |
| CMYK | 0.79 | 0 | 0.01 | 0.4 |
| HSL | 179.01º | 0.65% | 0.36% | - |
| HSV(B) | 179.01º | 0.79% | 0.6% | - |
| XYZ | 17.57 | 25.32 | 33.24 | - |
| YUV | 116.59 | 147.41 | 67.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 153 | 151 | 0.79 | 0 | 0.01 | 0.4 | 179.01 | 0.65 | 0.36 |
| Hex | 20 | 99 | 97 | 4F | 0 | 1 | 28 | B3 | 41 | 24 |
| Octal | 40 | 231 | 227 | 117 | 0 | 1 | 50 | 263 | 101 | 44 |
| Binary | 100000 | 10011001 | 10010111 | 1001111 | 0 | 1 | 101000 | 10110011 | 1000001 | 100100 |
Color Harmonies of #209997
Complementary color
Monochromatic Colors of #209997
Black with #209997
Text Example
Text Example
White with #209997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209997; }
p { color: rgb(32,153,151); }
H1.HeaderClassName
{
color: #209997;
}
.AnyTagClassName
{
color: #209997;
}
</style>
background-color css
<style>
a { background-color: #209997; }
a { background-color: rgb(32,153,151); }
div.DivClassName
{
background-color: #209997;
}
.BgClassName
{
background-color: #209997;
}
</style>
border-color css
<style>
span { border-color: #209997; }
span { border-color: rgb(32,153,151); }
td.TdClassName
{
border-color: #209997;
}
.TagClassName
{
border-color: #209997;
}
</style>