Shades of Java #20998F
Tints of Java #20998F
RGB
CMYK
RGB Variations
Color information
#20998F (or 0x20998F) is known color: Java. HEX triplet: 20, 99 and 8F. RGB value is (32,153,143). Sum of RGB (Red+Green+Blue) = 32+153+143=328 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.76% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 143 (56.25% from 255 or 43.60% from 328); Max value from RGB is 153 - color contains mainly: green. Hex color #20998F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20998F is #DF6670. Grayscale: #737373. Windows color (decimal): -14640753 or 9410848. OLE color: 9410848.
HSL color Cylindrical-coordinate representation of color #20998F: hue angle of 175.04º 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 #20998F is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 32 | 153 | 143 | - |
| CMYK | 0.79 | 0 | 0.07 | 0.4 |
| HSL | 175.04º | 0.65% | 0.36% | - |
| HSV(B) | 175.04º | 0.79% | 0.6% | - |
| XYZ | 16.94 | 25.07 | 29.93 | - |
| YUV | 115.68 | 143.41 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 153 | 143 | 0.79 | 0 | 0.07 | 0.4 | 175.04 | 0.65 | 0.36 |
| Hex | 20 | 99 | 8F | 4F | 0 | 7 | 28 | AF | 41 | 24 |
| Octal | 40 | 231 | 217 | 117 | 0 | 7 | 50 | 257 | 101 | 44 |
| Binary | 100000 | 10011001 | 10001111 | 1001111 | 0 | 111 | 101000 | 10101111 | 1000001 | 100100 |
Color Harmonies of #20998F
Complementary color
Monochromatic Colors of #20998F
Black with #20998F
Text Example
Text Example
White with #20998F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20998F; }
p { color: rgb(32,153,143); }
H1.HeaderClassName
{
color: #20998F;
}
.AnyTagClassName
{
color: #20998F;
}
</style>
background-color css
<style>
a { background-color: #20998F; }
a { background-color: rgb(32,153,143); }
div.DivClassName
{
background-color: #20998F;
}
.BgClassName
{
background-color: #20998F;
}
</style>
border-color css
<style>
span { border-color: #20998F; }
span { border-color: rgb(32,153,143); }
td.TdClassName
{
border-color: #20998F;
}
.TagClassName
{
border-color: #20998F;
}
</style>