Shades of Java #20999E
Tints of Java #20999E
RGB
CMYK
RGB Variations
Color information
#20999E (or 0x20999E) is known color: Java. HEX triplet: 20, 99 and 9E. RGB value is (32,153,158). Sum of RGB (Red+Green+Blue) = 32+153+158=343 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.33% from 343); Green value is 153 (60.16% from 255 or 44.61% from 343); Blue value is 158 (62.11% from 255 or 46.06% from 343); Max value from RGB is 158 - color contains mainly: blue. Hex color #20999E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20999E is #DF6661. Grayscale: #757575. Windows color (decimal): -14640738 or 10393888. OLE color: 10393888.
HSL color Cylindrical-coordinate representation of color #20999E: hue angle of 182.38º 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 #20999E is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 153 | 158 | - |
| CMYK | 0.80 | 0.03 | 0 | 0.38 |
| HSL | 182.38º | 0.66% | 0.37% | - |
| HSV(B) | 182.38º | 0.8% | 0.62% | - |
| XYZ | 18.16 | 25.56 | 36.32 | - |
| YUV | 117.39 | 150.91 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 153 | 158 | 0.80 | 0.03 | 0 | 0.38 | 182.38 | 0.66 | 0.37 |
| Hex | 20 | 99 | 9E | 50 | 3 | 0 | 26 | B6 | 42 | 25 |
| Octal | 40 | 231 | 236 | 120 | 3 | 0 | 46 | 266 | 102 | 45 |
| Binary | 100000 | 10011001 | 10011110 | 1010000 | 11 | 0 | 100110 | 10110110 | 1000010 | 100101 |
Color Harmonies of #20999E
Complementary color
Monochromatic Colors of #20999E
Black with #20999E
Text Example
Text Example
White with #20999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20999E; }
p { color: rgb(32,153,158); }
H1.HeaderClassName
{
color: #20999E;
}
.AnyTagClassName
{
color: #20999E;
}
</style>
background-color css
<style>
a { background-color: #20999E; }
a { background-color: rgb(32,153,158); }
div.DivClassName
{
background-color: #20999E;
}
.BgClassName
{
background-color: #20999E;
}
</style>
border-color css
<style>
span { border-color: #20999E; }
span { border-color: rgb(32,153,158); }
td.TdClassName
{
border-color: #20999E;
}
.TagClassName
{
border-color: #20999E;
}
</style>