Shades of Java #21998A
Tints of Java #21998A
RGB
CMYK
RGB Variations
Color information
#21998A (or 0x21998A) is known color: Java. HEX triplet: 21, 99 and 8A. RGB value is (33,153,138). Sum of RGB (Red+Green+Blue) = 33+153+138=324 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.19% from 324); Green value is 153 (60.16% from 255 or 47.22% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 153 - color contains mainly: green. Hex color #21998A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21998A is #DE6675. Grayscale: #737373. Windows color (decimal): -14575222 or 9083169. OLE color: 9083169.
HSL color Cylindrical-coordinate representation of color #21998A: hue angle of 172.5º degrees, saturation: 0.65, 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 #21998A is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 33 | 153 | 138 | - |
| CMYK | 0.78 | 0 | 0.10 | 0.4 |
| HSL | 172.5º | 0.65% | 0.36% | - |
| HSV(B) | 172.5º | 0.78% | 0.6% | - |
| XYZ | 16.61 | 24.94 | 27.98 | - |
| YUV | 115.41 | 140.74 | 69.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 153 | 138 | 0.78 | 0 | 0.10 | 0.4 | 172.5 | 0.65 | 0.36 |
| Hex | 21 | 99 | 8A | 4E | 0 | A | 28 | AC | 41 | 24 |
| Octal | 41 | 231 | 212 | 116 | 0 | 12 | 50 | 254 | 101 | 44 |
| Binary | 100001 | 10011001 | 10001010 | 1001110 | 0 | 1010 | 101000 | 10101100 | 1000001 | 100100 |
Color Harmonies of #21998A
Complementary color
Monochromatic Colors of #21998A
Black with #21998A
Text Example
Text Example
White with #21998A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21998A; }
p { color: rgb(33,153,138); }
H1.HeaderClassName
{
color: #21998A;
}
.AnyTagClassName
{
color: #21998A;
}
</style>
background-color css
<style>
a { background-color: #21998A; }
a { background-color: rgb(33,153,138); }
div.DivClassName
{
background-color: #21998A;
}
.BgClassName
{
background-color: #21998A;
}
</style>
border-color css
<style>
span { border-color: #21998A; }
span { border-color: rgb(33,153,138); }
td.TdClassName
{
border-color: #21998A;
}
.TagClassName
{
border-color: #21998A;
}
</style>