Shades of Java #209490
Tints of Java #209490
RGB
CMYK
RGB Variations
Color information
#209490 (or 0x209490) is known color: Java. HEX triplet: 20, 94 and 90. RGB value is (32,148,144). Sum of RGB (Red+Green+Blue) = 32+148+144=324 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.88% from 324); Green value is 148 (58.20% from 255 or 45.68% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 148 - color contains mainly: green. Hex color #209490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209490 is #DF6B6F. Grayscale: #707070. Windows color (decimal): -14642032 or 9475104. OLE color: 9475104.
HSL color Cylindrical-coordinate representation of color #209490: hue angle of 177.93º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #209490 is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 148 | 144 | - |
| CMYK | 0.78 | 0 | 0.03 | 0.42 |
| HSL | 177.93º | 0.64% | 0.35% | - |
| HSV(B) | 177.93º | 0.78% | 0.58% | - |
| XYZ | 16.22 | 23.5 | 30.07 | - |
| YUV | 112.86 | 145.57 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 148 | 144 | 0.78 | 0 | 0.03 | 0.42 | 177.93 | 0.64 | 0.35 |
| Hex | 20 | 94 | 90 | 4E | 0 | 3 | 2A | B2 | 40 | 23 |
| Octal | 40 | 224 | 220 | 116 | 0 | 3 | 52 | 262 | 100 | 43 |
| Binary | 100000 | 10010100 | 10010000 | 1001110 | 0 | 11 | 101010 | 10110010 | 1000000 | 100011 |
Color Harmonies of #209490
Complementary color
Monochromatic Colors of #209490
Black with #209490
Text Example
Text Example
White with #209490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209490; }
p { color: rgb(32,148,144); }
H1.HeaderClassName
{
color: #209490;
}
.AnyTagClassName
{
color: #209490;
}
</style>
background-color css
<style>
a { background-color: #209490; }
a { background-color: rgb(32,148,144); }
div.DivClassName
{
background-color: #209490;
}
.BgClassName
{
background-color: #209490;
}
</style>
border-color css
<style>
span { border-color: #209490; }
span { border-color: rgb(32,148,144); }
td.TdClassName
{
border-color: #209490;
}
.TagClassName
{
border-color: #209490;
}
</style>