Shades of Java #20999D
Tints of Java #20999D
RGB
CMYK
RGB Variations
Color information
#20999D (or 0x20999D) is known color: Java. HEX triplet: 20, 99 and 9D. RGB value is (32,153,157). Sum of RGB (Red+Green+Blue) = 32+153+157=342 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.36% from 342); Green value is 153 (60.16% from 255 or 44.74% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 157 - color contains mainly: blue. Hex color #20999D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20999D is #DF6662. Grayscale: #757575. Windows color (decimal): -14640739 or 10328352. OLE color: 10328352.
HSL color Cylindrical-coordinate representation of color #20999D: hue angle of 181.92º 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 #20999D is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 153 | 157 | - |
| CMYK | 0.80 | 0.03 | 0 | 0.38 |
| HSL | 181.92º | 0.66% | 0.37% | - |
| HSV(B) | 181.92º | 0.8% | 0.62% | - |
| XYZ | 18.07 | 25.52 | 35.87 | - |
| YUV | 117.28 | 150.41 | 67.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 153 | 157 | 0.80 | 0.03 | 0 | 0.38 | 181.92 | 0.66 | 0.37 |
| Hex | 20 | 99 | 9D | 50 | 3 | 0 | 26 | B6 | 42 | 25 |
| Octal | 40 | 231 | 235 | 120 | 3 | 0 | 46 | 266 | 102 | 45 |
| Binary | 100000 | 10011001 | 10011101 | 1010000 | 11 | 0 | 100110 | 10110110 | 1000010 | 100101 |
Color Harmonies of #20999D
Complementary color
Monochromatic Colors of #20999D
Black with #20999D
Text Example
Text Example
White with #20999D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20999D; }
p { color: rgb(32,153,157); }
H1.HeaderClassName
{
color: #20999D;
}
.AnyTagClassName
{
color: #20999D;
}
</style>
background-color css
<style>
a { background-color: #20999D; }
a { background-color: rgb(32,153,157); }
div.DivClassName
{
background-color: #20999D;
}
.BgClassName
{
background-color: #20999D;
}
</style>
border-color css
<style>
span { border-color: #20999D; }
span { border-color: rgb(32,153,157); }
td.TdClassName
{
border-color: #20999D;
}
.TagClassName
{
border-color: #20999D;
}
</style>