Shades of Java #21988F
Tints of Java #21988F
RGB
CMYK
RGB Variations
Color information
#21988F (or 0x21988F) is known color: Java. HEX triplet: 21, 98 and 8F. RGB value is (33,152,143). Sum of RGB (Red+Green+Blue) = 33+152+143=328 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.06% from 328); Green value is 152 (59.77% from 255 or 46.34% from 328); Blue value is 143 (56.25% from 255 or 43.60% from 328); Max value from RGB is 152 - color contains mainly: green. Hex color #21988F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21988F is #DE6770. Grayscale: #737373. Windows color (decimal): -14575473 or 9410593. OLE color: 9410593.
HSL color Cylindrical-coordinate representation of color #21988F: hue angle of 175.46º 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 #21988F is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 33 | 152 | 143 | - |
| CMYK | 0.78 | 0 | 0.06 | 0.40 |
| HSL | 175.46º | 0.64% | 0.36% | - |
| HSV(B) | 175.46º | 0.78% | 0.6% | - |
| XYZ | 16.81 | 24.76 | 29.88 | - |
| YUV | 115.39 | 143.58 | 69.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 152 | 143 | 0.78 | 0 | 0.06 | 0.40 | 175.46 | 0.64 | 0.36 |
| Hex | 21 | 98 | 8F | 4E | 0 | 6 | 28 | AF | 40 | 24 |
| Octal | 41 | 230 | 217 | 116 | 0 | 6 | 50 | 257 | 100 | 44 |
| Binary | 100001 | 10011000 | 10001111 | 1001110 | 0 | 110 | 101000 | 10101111 | 1000000 | 100100 |
Color Harmonies of #21988F
Complementary color
Monochromatic Colors of #21988F
Black with #21988F
Text Example
Text Example
White with #21988F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21988F; }
p { color: rgb(33,152,143); }
H1.HeaderClassName
{
color: #21988F;
}
.AnyTagClassName
{
color: #21988F;
}
</style>
background-color css
<style>
a { background-color: #21988F; }
a { background-color: rgb(33,152,143); }
div.DivClassName
{
background-color: #21988F;
}
.BgClassName
{
background-color: #21988F;
}
</style>
border-color css
<style>
span { border-color: #21988F; }
span { border-color: rgb(33,152,143); }
td.TdClassName
{
border-color: #21988F;
}
.TagClassName
{
border-color: #21988F;
}
</style>