Shades of Light Sea Green #21C3AC
Tints of Light Sea Green #21C3AC
RGB
CMYK
RGB Variations
Color information
#21C3AC (or 0x21C3AC) is known color: Light Sea Green. HEX triplet: 21, C3 and AC. RGB value is (33,195,172). Sum of RGB (Red+Green+Blue) = 33+195+172=400 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.25% from 400); Green value is 195 (76.56% from 255 or 48.75% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 195 - color contains mainly: green. Hex color #21C3AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21C3AC is #DE3C53. Grayscale: #8F8F8F. Windows color (decimal): -14564436 or 11322145. OLE color: 11322145.
HSL color Cylindrical-coordinate representation of color #21C3AC: hue angle of 171.48º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C3AC is Cyan = 0.83, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 195 | 172 | - |
| CMYK | 0.83 | 0 | 0.12 | 0.24 |
| HSL | 171.48º | 0.71% | 0.45% | - |
| HSV(B) | 171.48º | 0.83% | 0.76% | - |
| XYZ | 27.59 | 42.33 | 45.75 | - |
| YUV | 143.94 | 143.83 | 48.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 195 | 172 | 0.83 | 0 | 0.12 | 0.24 | 171.48 | 0.71 | 0.45 |
| Hex | 21 | C3 | AC | 53 | 0 | C | 18 | AB | 47 | 2D |
| Octal | 41 | 303 | 254 | 123 | 0 | 14 | 30 | 253 | 107 | 55 |
| Binary | 100001 | 11000011 | 10101100 | 1010011 | 0 | 1100 | 11000 | 10101011 | 1000111 | 101101 |
Color Harmonies of #21C3AC
Complementary color
Monochromatic Colors of #21C3AC
Black with #21C3AC
Text Example
Text Example
White with #21C3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C3AC; }
p { color: rgb(33,195,172); }
H1.HeaderClassName
{
color: #21C3AC;
}
.AnyTagClassName
{
color: #21C3AC;
}
</style>
background-color css
<style>
a { background-color: #21C3AC; }
a { background-color: rgb(33,195,172); }
div.DivClassName
{
background-color: #21C3AC;
}
.BgClassName
{
background-color: #21C3AC;
}
</style>
border-color css
<style>
span { border-color: #21C3AC; }
span { border-color: rgb(33,195,172); }
td.TdClassName
{
border-color: #21C3AC;
}
.TagClassName
{
border-color: #21C3AC;
}
</style>