Shades of Light Sea Green #21CCAC
Tints of Light Sea Green #21CCAC
RGB
CMYK
RGB Variations
Color information
#21CCAC (or 0x21CCAC) is known color: Light Sea Green. HEX triplet: 21, CC and AC. RGB value is (33,204,172). Sum of RGB (Red+Green+Blue) = 33+204+172=409 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.07% from 409); Green value is 204 (80.08% from 255 or 49.88% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 204 - color contains mainly: green. Hex color #21CCAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21CCAC is #DE3353. Grayscale: #959595. Windows color (decimal): -14562132 or 11324449. OLE color: 11324449.
HSL color Cylindrical-coordinate representation of color #21CCAC: hue angle of 168.77º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CCAC is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 204 | 172 | - |
| CMYK | 0.84 | 0 | 0.16 | 0.2 |
| HSL | 168.77º | 0.72% | 0.46% | - |
| HSV(B) | 168.77º | 0.84% | 0.8% | - |
| XYZ | 29.67 | 46.49 | 46.44 | - |
| YUV | 149.22 | 140.85 | 45.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 204 | 172 | 0.84 | 0 | 0.16 | 0.2 | 168.77 | 0.72 | 0.46 |
| Hex | 21 | CC | AC | 54 | 0 | 10 | 14 | A9 | 48 | 2E |
| Octal | 41 | 314 | 254 | 124 | 0 | 20 | 24 | 251 | 110 | 56 |
| Binary | 100001 | 11001100 | 10101100 | 1010100 | 0 | 10000 | 10100 | 10101001 | 1001000 | 101110 |
Color Harmonies of #21CCAC
Complementary color
Monochromatic Colors of #21CCAC
Black with #21CCAC
Text Example
Text Example
White with #21CCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CCAC; }
p { color: rgb(33,204,172); }
H1.HeaderClassName
{
color: #21CCAC;
}
.AnyTagClassName
{
color: #21CCAC;
}
</style>
background-color css
<style>
a { background-color: #21CCAC; }
a { background-color: rgb(33,204,172); }
div.DivClassName
{
background-color: #21CCAC;
}
.BgClassName
{
background-color: #21CCAC;
}
</style>
border-color css
<style>
span { border-color: #21CCAC; }
span { border-color: rgb(33,204,172); }
td.TdClassName
{
border-color: #21CCAC;
}
.TagClassName
{
border-color: #21CCAC;
}
</style>