Shades of Light Sea Green #21AAA0
Tints of Light Sea Green #21AAA0
RGB
CMYK
RGB Variations
Color information
#21AAA0 (or 0x21AAA0) is known color: Light Sea Green. HEX triplet: 21, AA and A0. RGB value is (33,170,160). Sum of RGB (Red+Green+Blue) = 33+170+160=363 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.09% from 363); Green value is 170 (66.80% from 255 or 46.83% from 363); Blue value is 160 (62.89% from 255 or 44.08% from 363); Max value from RGB is 170 - color contains mainly: green. Hex color #21AAA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AAA0 is #DE555F. Grayscale: #7F7F7F. Windows color (decimal): -14570848 or 10529313. OLE color: 10529313.
HSL color Cylindrical-coordinate representation of color #21AAA0: hue angle of 175.62º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AAA0 is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 170 | 160 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.33 |
| HSL | 175.62º | 0.67% | 0.4% | - |
| HSV(B) | 175.62º | 0.81% | 0.67% | - |
| XYZ | 21.35 | 31.61 | 38.23 | - |
| YUV | 127.9 | 146.11 | 60.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 170 | 160 | 0.81 | 0 | 0.06 | 0.33 | 175.62 | 0.67 | 0.4 |
| Hex | 21 | AA | A0 | 51 | 0 | 6 | 21 | B0 | 43 | 28 |
| Octal | 41 | 252 | 240 | 121 | 0 | 6 | 41 | 260 | 103 | 50 |
| Binary | 100001 | 10101010 | 10100000 | 1010001 | 0 | 110 | 100001 | 10110000 | 1000011 | 101000 |
Color Harmonies of #21AAA0
Complementary color
Monochromatic Colors of #21AAA0
Black with #21AAA0
Text Example
Text Example
White with #21AAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AAA0; }
p { color: rgb(33,170,160); }
H1.HeaderClassName
{
color: #21AAA0;
}
.AnyTagClassName
{
color: #21AAA0;
}
</style>
background-color css
<style>
a { background-color: #21AAA0; }
a { background-color: rgb(33,170,160); }
div.DivClassName
{
background-color: #21AAA0;
}
.BgClassName
{
background-color: #21AAA0;
}
</style>
border-color css
<style>
span { border-color: #21AAA0; }
span { border-color: rgb(33,170,160); }
td.TdClassName
{
border-color: #21AAA0;
}
.TagClassName
{
border-color: #21AAA0;
}
</style>