Shades of Java #209F91
Tints of Java #209F91
RGB
CMYK
RGB Variations
Color information
#209F91 (or 0x209F91) is known color: Java. HEX triplet: 20, 9F and 91. RGB value is (32,159,145). Sum of RGB (Red+Green+Blue) = 32+159+145=336 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.52% from 336); Green value is 159 (62.5% from 255 or 47.32% from 336); Blue value is 145 (57.03% from 255 or 43.15% from 336); Max value from RGB is 159 - color contains mainly: green. Hex color #209F91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209F91 is #DF606E. Grayscale: #777777. Windows color (decimal): -14639215 or 9543456. OLE color: 9543456.
HSL color Cylindrical-coordinate representation of color #209F91: hue angle of 173.39º 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 #209F91 is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 159 | 145 | - |
| CMYK | 0.80 | 0 | 0.09 | 0.38 |
| HSL | 173.39º | 0.66% | 0.37% | - |
| HSV(B) | 173.39º | 0.8% | 0.62% | - |
| XYZ | 18.1 | 27.15 | 31.07 | - |
| YUV | 119.43 | 142.42 | 65.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 159 | 145 | 0.80 | 0 | 0.09 | 0.38 | 173.39 | 0.66 | 0.37 |
| Hex | 20 | 9F | 91 | 50 | 0 | 9 | 26 | AD | 42 | 25 |
| Octal | 40 | 237 | 221 | 120 | 0 | 11 | 46 | 255 | 102 | 45 |
| Binary | 100000 | 10011111 | 10010001 | 1010000 | 0 | 1001 | 100110 | 10101101 | 1000010 | 100101 |
Color Harmonies of #209F91
Complementary color
Monochromatic Colors of #209F91
Black with #209F91
Text Example
Text Example
White with #209F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209F91; }
p { color: rgb(32,159,145); }
H1.HeaderClassName
{
color: #209F91;
}
.AnyTagClassName
{
color: #209F91;
}
</style>
background-color css
<style>
a { background-color: #209F91; }
a { background-color: rgb(32,159,145); }
div.DivClassName
{
background-color: #209F91;
}
.BgClassName
{
background-color: #209F91;
}
</style>
border-color css
<style>
span { border-color: #209F91; }
span { border-color: rgb(32,159,145); }
td.TdClassName
{
border-color: #209F91;
}
.TagClassName
{
border-color: #209F91;
}
</style>