Shades of Java #21988B
Tints of Java #21988B
RGB
CMYK
RGB Variations
Color information
#21988B (or 0x21988B) is known color: Java. HEX triplet: 21, 98 and 8B. RGB value is (33,152,139). Sum of RGB (Red+Green+Blue) = 33+152+139=324 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.19% from 324); Green value is 152 (59.77% from 255 or 46.91% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 152 - color contains mainly: green. Hex color #21988B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21988B is #DE6774. Grayscale: #727272. Windows color (decimal): -14575477 or 9148449. OLE color: 9148449.
HSL color Cylindrical-coordinate representation of color #21988B: hue angle of 173.45º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #21988B is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 33 | 152 | 139 | - |
| CMYK | 0.78 | 0 | 0.09 | 0.40 |
| HSL | 173.45º | 0.64% | 0.36% | - |
| HSV(B) | 173.45º | 0.78% | 0.6% | - |
| XYZ | 16.52 | 24.64 | 28.31 | - |
| YUV | 114.94 | 141.58 | 69.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 152 | 139 | 0.78 | 0 | 0.09 | 0.40 | 173.45 | 0.64 | 0.36 |
| Hex | 21 | 98 | 8B | 4E | 0 | 9 | 28 | AD | 40 | 24 |
| Octal | 41 | 230 | 213 | 116 | 0 | 11 | 50 | 255 | 100 | 44 |
| Binary | 100001 | 10011000 | 10001011 | 1001110 | 0 | 1001 | 101000 | 10101101 | 1000000 | 100100 |
Color Harmonies of #21988B
Complementary color
Monochromatic Colors of #21988B
Black with #21988B
Text Example
Text Example
White with #21988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21988B; }
p { color: rgb(33,152,139); }
H1.HeaderClassName
{
color: #21988B;
}
.AnyTagClassName
{
color: #21988B;
}
</style>
background-color css
<style>
a { background-color: #21988B; }
a { background-color: rgb(33,152,139); }
div.DivClassName
{
background-color: #21988B;
}
.BgClassName
{
background-color: #21988B;
}
</style>
border-color css
<style>
span { border-color: #21988B; }
span { border-color: rgb(33,152,139); }
td.TdClassName
{
border-color: #21988B;
}
.TagClassName
{
border-color: #21988B;
}
</style>