Shades of Java #209992
Tints of Java #209992
RGB
CMYK
RGB Variations
Color information
#209992 (or 0x209992) is known color: Java. HEX triplet: 20, 99 and 92. RGB value is (32,153,146). Sum of RGB (Red+Green+Blue) = 32+153+146=331 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.67% from 331); Green value is 153 (60.16% from 255 or 46.22% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 153 - color contains mainly: green. Hex color #209992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209992 is #DF666D. Grayscale: #737373. Windows color (decimal): -14640750 or 9607456. OLE color: 9607456.
HSL color Cylindrical-coordinate representation of color #209992: hue angle of 176.53º 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 #209992 is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 32 | 153 | 146 | - |
| CMYK | 0.79 | 0 | 0.05 | 0.4 |
| HSL | 176.53º | 0.65% | 0.36% | - |
| HSV(B) | 176.53º | 0.79% | 0.6% | - |
| XYZ | 17.18 | 25.16 | 31.15 | - |
| YUV | 116.02 | 144.91 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 153 | 146 | 0.79 | 0 | 0.05 | 0.4 | 176.53 | 0.65 | 0.36 |
| Hex | 20 | 99 | 92 | 4F | 0 | 5 | 28 | B1 | 41 | 24 |
| Octal | 40 | 231 | 222 | 117 | 0 | 5 | 50 | 261 | 101 | 44 |
| Binary | 100000 | 10011001 | 10010010 | 1001111 | 0 | 101 | 101000 | 10110001 | 1000001 | 100100 |
Color Harmonies of #209992
Complementary color
Monochromatic Colors of #209992
Black with #209992
Text Example
Text Example
White with #209992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209992; }
p { color: rgb(32,153,146); }
H1.HeaderClassName
{
color: #209992;
}
.AnyTagClassName
{
color: #209992;
}
</style>
background-color css
<style>
a { background-color: #209992; }
a { background-color: rgb(32,153,146); }
div.DivClassName
{
background-color: #209992;
}
.BgClassName
{
background-color: #209992;
}
</style>
border-color css
<style>
span { border-color: #209992; }
span { border-color: rgb(32,153,146); }
td.TdClassName
{
border-color: #209992;
}
.TagClassName
{
border-color: #209992;
}
</style>