Shades of Java #20998B
Tints of Java #20998B
RGB
CMYK
RGB Variations
Color information
#20998B (or 0x20998B) is known color: Java. HEX triplet: 20, 99 and 8B. RGB value is (32,153,139). Sum of RGB (Red+Green+Blue) = 32+153+139=324 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.88% from 324); Green value is 153 (60.16% from 255 or 47.22% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 153 - color contains mainly: green. Hex color #20998B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20998B is #DF6674. Grayscale: #737373. Windows color (decimal): -14640757 or 9148704. OLE color: 9148704.
HSL color Cylindrical-coordinate representation of color #20998B: hue angle of 173.06º 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 #20998B is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 32 | 153 | 139 | - |
| CMYK | 0.79 | 0 | 0.09 | 0.4 |
| HSL | 173.06º | 0.65% | 0.36% | - |
| HSV(B) | 173.06º | 0.79% | 0.6% | - |
| XYZ | 16.65 | 24.95 | 28.37 | - |
| YUV | 115.23 | 141.41 | 68.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 153 | 139 | 0.79 | 0 | 0.09 | 0.4 | 173.06 | 0.65 | 0.36 |
| Hex | 20 | 99 | 8B | 4F | 0 | 9 | 28 | AD | 41 | 24 |
| Octal | 40 | 231 | 213 | 117 | 0 | 11 | 50 | 255 | 101 | 44 |
| Binary | 100000 | 10011001 | 10001011 | 1001111 | 0 | 1001 | 101000 | 10101101 | 1000001 | 100100 |
Color Harmonies of #20998B
Complementary color
Monochromatic Colors of #20998B
Black with #20998B
Text Example
Text Example
White with #20998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20998B; }
p { color: rgb(32,153,139); }
H1.HeaderClassName
{
color: #20998B;
}
.AnyTagClassName
{
color: #20998B;
}
</style>
background-color css
<style>
a { background-color: #20998B; }
a { background-color: rgb(32,153,139); }
div.DivClassName
{
background-color: #20998B;
}
.BgClassName
{
background-color: #20998B;
}
</style>
border-color css
<style>
span { border-color: #20998B; }
span { border-color: rgb(32,153,139); }
td.TdClassName
{
border-color: #20998B;
}
.TagClassName
{
border-color: #20998B;
}
</style>