Shades of Java #209890
Tints of Java #209890
RGB
CMYK
RGB Variations
Color information
#209890 (or 0x209890) is known color: Java. HEX triplet: 20, 98 and 90. RGB value is (32,152,144). Sum of RGB (Red+Green+Blue) = 32+152+144=328 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.76% from 328); Green value is 152 (59.77% from 255 or 46.34% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 152 - color contains mainly: green. Hex color #209890 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209890 is #DF676F. Grayscale: #737373. Windows color (decimal): -14641008 or 9476128. OLE color: 9476128.
HSL color Cylindrical-coordinate representation of color #209890: hue angle of 176º 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 #209890 is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 32 | 152 | 144 | - |
| CMYK | 0.79 | 0 | 0.05 | 0.40 |
| HSL | 176º | 0.65% | 0.36% | - |
| HSV(B) | 176º | 0.79% | 0.6% | - |
| XYZ | 16.86 | 24.78 | 30.28 | - |
| YUV | 115.21 | 144.24 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 152 | 144 | 0.79 | 0 | 0.05 | 0.40 | 176 | 0.65 | 0.36 |
| Hex | 20 | 98 | 90 | 4F | 0 | 5 | 28 | B0 | 41 | 24 |
| Octal | 40 | 230 | 220 | 117 | 0 | 5 | 50 | 260 | 101 | 44 |
| Binary | 100000 | 10011000 | 10010000 | 1001111 | 0 | 101 | 101000 | 10110000 | 1000001 | 100100 |
Color Harmonies of #209890
Complementary color
Monochromatic Colors of #209890
Black with #209890
Text Example
Text Example
White with #209890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209890; }
p { color: rgb(32,152,144); }
H1.HeaderClassName
{
color: #209890;
}
.AnyTagClassName
{
color: #209890;
}
</style>
background-color css
<style>
a { background-color: #209890; }
a { background-color: rgb(32,152,144); }
div.DivClassName
{
background-color: #209890;
}
.BgClassName
{
background-color: #209890;
}
</style>
border-color css
<style>
span { border-color: #209890; }
span { border-color: rgb(32,152,144); }
td.TdClassName
{
border-color: #209890;
}
.TagClassName
{
border-color: #209890;
}
</style>