Shades of Light Sea Green #21C1AD
Tints of Light Sea Green #21C1AD
RGB
CMYK
RGB Variations
Color information
#21C1AD (or 0x21C1AD) is known color: Light Sea Green. HEX triplet: 21, C1 and AD. RGB value is (33,193,173). Sum of RGB (Red+Green+Blue) = 33+193+173=399 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.27% from 399); Green value is 193 (75.78% from 255 or 48.37% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 193 - color contains mainly: green. Hex color #21C1AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21C1AD is #DE3E52. Grayscale: #8E8E8E. Windows color (decimal): -14564947 or 11387169. OLE color: 11387169.
HSL color Cylindrical-coordinate representation of color #21C1AD: hue angle of 172.5º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C1AD is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 193 | 173 | - |
| CMYK | 0.83 | 0 | 0.10 | 0.24 |
| HSL | 172.5º | 0.71% | 0.44% | - |
| HSV(B) | 172.5º | 0.83% | 0.76% | - |
| XYZ | 27.24 | 41.48 | 46.11 | - |
| YUV | 142.88 | 144.99 | 49.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 193 | 173 | 0.83 | 0 | 0.10 | 0.24 | 172.5 | 0.71 | 0.44 |
| Hex | 21 | C1 | AD | 53 | 0 | A | 18 | AC | 47 | 2C |
| Octal | 41 | 301 | 255 | 123 | 0 | 12 | 30 | 254 | 107 | 54 |
| Binary | 100001 | 11000001 | 10101101 | 1010011 | 0 | 1010 | 11000 | 10101100 | 1000111 | 101100 |
Color Harmonies of #21C1AD
Complementary color
Monochromatic Colors of #21C1AD
Black with #21C1AD
Text Example
Text Example
White with #21C1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C1AD; }
p { color: rgb(33,193,173); }
H1.HeaderClassName
{
color: #21C1AD;
}
.AnyTagClassName
{
color: #21C1AD;
}
</style>
background-color css
<style>
a { background-color: #21C1AD; }
a { background-color: rgb(33,193,173); }
div.DivClassName
{
background-color: #21C1AD;
}
.BgClassName
{
background-color: #21C1AD;
}
</style>
border-color css
<style>
span { border-color: #21C1AD; }
span { border-color: rgb(33,193,173); }
td.TdClassName
{
border-color: #21C1AD;
}
.TagClassName
{
border-color: #21C1AD;
}
</style>