Shades of Light Sea Green #21AAA9
Tints of Light Sea Green #21AAA9
RGB
CMYK
RGB Variations
Color information
#21AAA9 (or 0x21AAA9) is known color: Light Sea Green. HEX triplet: 21, AA and A9. RGB value is (33,170,169). Sum of RGB (Red+Green+Blue) = 33+170+169=372 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.87% from 372); Green value is 170 (66.80% from 255 or 45.70% from 372); Blue value is 169 (66.41% from 255 or 45.43% from 372); Max value from RGB is 170 - color contains mainly: green. Hex color #21AAA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AAA9 is #DE5556. Grayscale: #808080. Windows color (decimal): -14570839 or 11119137. OLE color: 11119137.
HSL color Cylindrical-coordinate representation of color #21AAA9: hue angle of 179.56º 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 #21AAA9 is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 170 | 169 | - |
| CMYK | 0.81 | 0 | 0.01 | 0.33 |
| HSL | 179.56º | 0.67% | 0.4% | - |
| HSV(B) | 179.56º | 0.81% | 0.67% | - |
| XYZ | 22.16 | 31.94 | 42.53 | - |
| YUV | 128.92 | 150.61 | 59.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 170 | 169 | 0.81 | 0 | 0.01 | 0.33 | 179.56 | 0.67 | 0.4 |
| Hex | 21 | AA | A9 | 51 | 0 | 1 | 21 | B4 | 43 | 28 |
| Octal | 41 | 252 | 251 | 121 | 0 | 1 | 41 | 264 | 103 | 50 |
| Binary | 100001 | 10101010 | 10101001 | 1010001 | 0 | 1 | 100001 | 10110100 | 1000011 | 101000 |
Color Harmonies of #21AAA9
Complementary color
Monochromatic Colors of #21AAA9
Black with #21AAA9
Text Example
Text Example
White with #21AAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AAA9; }
p { color: rgb(33,170,169); }
H1.HeaderClassName
{
color: #21AAA9;
}
.AnyTagClassName
{
color: #21AAA9;
}
</style>
background-color css
<style>
a { background-color: #21AAA9; }
a { background-color: rgb(33,170,169); }
div.DivClassName
{
background-color: #21AAA9;
}
.BgClassName
{
background-color: #21AAA9;
}
</style>
border-color css
<style>
span { border-color: #21AAA9; }
span { border-color: rgb(33,170,169); }
td.TdClassName
{
border-color: #21AAA9;
}
.TagClassName
{
border-color: #21AAA9;
}
</style>