Shades of Java #209F99
Tints of Java #209F99
RGB
CMYK
RGB Variations
Color information
#209F99 (or 0x209F99) is known color: Java. HEX triplet: 20, 9F and 99. RGB value is (32,159,153). Sum of RGB (Red+Green+Blue) = 32+159+153=344 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.30% from 344); Green value is 159 (62.5% from 255 or 46.22% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 159 - color contains mainly: green. Hex color #209F99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209F99 is #DF6066. Grayscale: #787878. Windows color (decimal): -14639207 or 10067744. OLE color: 10067744.
HSL color Cylindrical-coordinate representation of color #209F99: hue angle of 177.17º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #209F99 is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 159 | 153 | - |
| CMYK | 0.80 | 0 | 0.04 | 0.38 |
| HSL | 177.17º | 0.66% | 0.37% | - |
| HSV(B) | 177.17º | 0.8% | 0.62% | - |
| XYZ | 18.74 | 27.4 | 34.44 | - |
| YUV | 120.34 | 146.42 | 64.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 159 | 153 | 0.80 | 0 | 0.04 | 0.38 | 177.17 | 0.66 | 0.37 |
| Hex | 20 | 9F | 99 | 50 | 0 | 4 | 26 | B1 | 42 | 25 |
| Octal | 40 | 237 | 231 | 120 | 0 | 4 | 46 | 261 | 102 | 45 |
| Binary | 100000 | 10011111 | 10011001 | 1010000 | 0 | 100 | 100110 | 10110001 | 1000010 | 100101 |
Color Harmonies of #209F99
Complementary color
Monochromatic Colors of #209F99
Black with #209F99
Text Example
Text Example
White with #209F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209F99; }
p { color: rgb(32,159,153); }
H1.HeaderClassName
{
color: #209F99;
}
.AnyTagClassName
{
color: #209F99;
}
</style>
background-color css
<style>
a { background-color: #209F99; }
a { background-color: rgb(32,159,153); }
div.DivClassName
{
background-color: #209F99;
}
.BgClassName
{
background-color: #209F99;
}
</style>
border-color css
<style>
span { border-color: #209F99; }
span { border-color: rgb(32,159,153); }
td.TdClassName
{
border-color: #209F99;
}
.TagClassName
{
border-color: #209F99;
}
</style>