Shades of Java #21A29A
Tints of Java #21A29A
RGB
CMYK
RGB Variations
Color information
#21A29A (or 0x21A29A) is known color: Java. HEX triplet: 21, A2 and 9A. RGB value is (33,162,154). Sum of RGB (Red+Green+Blue) = 33+162+154=349 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.46% from 349); Green value is 162 (63.67% from 255 or 46.42% from 349); Blue value is 154 (60.55% from 255 or 44.13% from 349); Max value from RGB is 162 - color contains mainly: green. Hex color #21A29A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21A29A is #DE5D65. Grayscale: #7A7A7A. Windows color (decimal): -14572902 or 10134049. OLE color: 10134049.
HSL color Cylindrical-coordinate representation of color #21A29A: hue angle of 176.28º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A29A is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 162 | 154 | - |
| CMYK | 0.80 | 0 | 0.05 | 0.36 |
| HSL | 176.28º | 0.66% | 0.38% | - |
| HSV(B) | 176.28º | 0.8% | 0.64% | - |
| XYZ | 19.38 | 28.5 | 35.05 | - |
| YUV | 122.52 | 145.76 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 162 | 154 | 0.80 | 0 | 0.05 | 0.36 | 176.28 | 0.66 | 0.38 |
| Hex | 21 | A2 | 9A | 50 | 0 | 5 | 24 | B0 | 42 | 26 |
| Octal | 41 | 242 | 232 | 120 | 0 | 5 | 44 | 260 | 102 | 46 |
| Binary | 100001 | 10100010 | 10011010 | 1010000 | 0 | 101 | 100100 | 10110000 | 1000010 | 100110 |
Color Harmonies of #21A29A
Complementary color
Monochromatic Colors of #21A29A
Black with #21A29A
Text Example
Text Example
White with #21A29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A29A; }
p { color: rgb(33,162,154); }
H1.HeaderClassName
{
color: #21A29A;
}
.AnyTagClassName
{
color: #21A29A;
}
</style>
background-color css
<style>
a { background-color: #21A29A; }
a { background-color: rgb(33,162,154); }
div.DivClassName
{
background-color: #21A29A;
}
.BgClassName
{
background-color: #21A29A;
}
</style>
border-color css
<style>
span { border-color: #21A29A; }
span { border-color: rgb(33,162,154); }
td.TdClassName
{
border-color: #21A29A;
}
.TagClassName
{
border-color: #21A29A;
}
</style>