Shades of Light Sea Green #21C8AA
Tints of Light Sea Green #21C8AA
RGB
CMYK
RGB Variations
Color information
#21C8AA (or 0x21C8AA) is known color: Light Sea Green. HEX triplet: 21, C8 and AA. RGB value is (33,200,170). Sum of RGB (Red+Green+Blue) = 33+200+170=403 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.19% from 403); Green value is 200 (78.52% from 255 or 49.63% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 200 - color contains mainly: green. Hex color #21C8AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21C8AA is #DE3755. Grayscale: #929292. Windows color (decimal): -14563158 or 11192353. OLE color: 11192353.
HSL color Cylindrical-coordinate representation of color #21C8AA: hue angle of 169.22º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C8AA is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 33 | 200 | 170 | - |
| CMYK | 0.84 | 0 | 0.15 | 0.22 |
| HSL | 169.22º | 0.72% | 0.46% | - |
| HSV(B) | 169.22º | 0.84% | 0.78% | - |
| XYZ | 28.54 | 44.53 | 45.12 | - |
| YUV | 146.65 | 141.17 | 46.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 200 | 170 | 0.84 | 0 | 0.15 | 0.22 | 169.22 | 0.72 | 0.46 |
| Hex | 21 | C8 | AA | 54 | 0 | F | 16 | A9 | 48 | 2E |
| Octal | 41 | 310 | 252 | 124 | 0 | 17 | 26 | 251 | 110 | 56 |
| Binary | 100001 | 11001000 | 10101010 | 1010100 | 0 | 1111 | 10110 | 10101001 | 1001000 | 101110 |
Color Harmonies of #21C8AA
Complementary color
Monochromatic Colors of #21C8AA
Black with #21C8AA
Text Example
Text Example
White with #21C8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C8AA; }
p { color: rgb(33,200,170); }
H1.HeaderClassName
{
color: #21C8AA;
}
.AnyTagClassName
{
color: #21C8AA;
}
</style>
background-color css
<style>
a { background-color: #21C8AA; }
a { background-color: rgb(33,200,170); }
div.DivClassName
{
background-color: #21C8AA;
}
.BgClassName
{
background-color: #21C8AA;
}
</style>
border-color css
<style>
span { border-color: #21C8AA; }
span { border-color: rgb(33,200,170); }
td.TdClassName
{
border-color: #21C8AA;
}
.TagClassName
{
border-color: #21C8AA;
}
</style>