Shades of Light Sea Green #21AAA4
Tints of Light Sea Green #21AAA4
RGB
CMYK
RGB Variations
Color information
#21AAA4 (or 0x21AAA4) is known color: Light Sea Green. HEX triplet: 21, AA and A4. RGB value is (33,170,164). Sum of RGB (Red+Green+Blue) = 33+170+164=367 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.99% from 367); Green value is 170 (66.80% from 255 or 46.32% from 367); Blue value is 164 (64.45% from 255 or 44.69% from 367); Max value from RGB is 170 - color contains mainly: green. Hex color #21AAA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AAA4 is #DE555B. Grayscale: #808080. Windows color (decimal): -14570844 or 10791457. OLE color: 10791457.
HSL color Cylindrical-coordinate representation of color #21AAA4: hue angle of 177.37º 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 #21AAA4 is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 170 | 164 | - |
| CMYK | 0.81 | 0 | 0.04 | 0.33 |
| HSL | 177.37º | 0.67% | 0.4% | - |
| HSV(B) | 177.37º | 0.81% | 0.67% | - |
| XYZ | 21.7 | 31.75 | 40.11 | - |
| YUV | 128.35 | 148.11 | 59.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 170 | 164 | 0.81 | 0 | 0.04 | 0.33 | 177.37 | 0.67 | 0.4 |
| Hex | 21 | AA | A4 | 51 | 0 | 4 | 21 | B1 | 43 | 28 |
| Octal | 41 | 252 | 244 | 121 | 0 | 4 | 41 | 261 | 103 | 50 |
| Binary | 100001 | 10101010 | 10100100 | 1010001 | 0 | 100 | 100001 | 10110001 | 1000011 | 101000 |
Color Harmonies of #21AAA4
Complementary color
Monochromatic Colors of #21AAA4
Black with #21AAA4
Text Example
Text Example
White with #21AAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AAA4; }
p { color: rgb(33,170,164); }
H1.HeaderClassName
{
color: #21AAA4;
}
.AnyTagClassName
{
color: #21AAA4;
}
</style>
background-color css
<style>
a { background-color: #21AAA4; }
a { background-color: rgb(33,170,164); }
div.DivClassName
{
background-color: #21AAA4;
}
.BgClassName
{
background-color: #21AAA4;
}
</style>
border-color css
<style>
span { border-color: #21AAA4; }
span { border-color: rgb(33,170,164); }
td.TdClassName
{
border-color: #21AAA4;
}
.TagClassName
{
border-color: #21AAA4;
}
</style>