Shades of Light Sea Green #21C3AF
Tints of Light Sea Green #21C3AF
RGB
CMYK
RGB Variations
Color information
#21C3AF (or 0x21C3AF) is known color: Light Sea Green. HEX triplet: 21, C3 and AF. RGB value is (33,195,175). Sum of RGB (Red+Green+Blue) = 33+195+175=403 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.19% from 403); Green value is 195 (76.56% from 255 or 48.39% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 195 - color contains mainly: green. Hex color #21C3AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21C3AF is #DE3C50. Grayscale: #909090. Windows color (decimal): -14564433 or 11518753. OLE color: 11518753.
HSL color Cylindrical-coordinate representation of color #21C3AF: hue angle of 172.59º 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 #21C3AF is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 195 | 175 | - |
| CMYK | 0.83 | 0 | 0.10 | 0.24 |
| HSL | 172.59º | 0.71% | 0.45% | - |
| HSV(B) | 172.59º | 0.83% | 0.76% | - |
| XYZ | 27.88 | 42.45 | 47.28 | - |
| YUV | 144.28 | 145.33 | 48.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 195 | 175 | 0.83 | 0 | 0.10 | 0.24 | 172.59 | 0.71 | 0.45 |
| Hex | 21 | C3 | AF | 53 | 0 | A | 18 | AD | 47 | 2D |
| Octal | 41 | 303 | 257 | 123 | 0 | 12 | 30 | 255 | 107 | 55 |
| Binary | 100001 | 11000011 | 10101111 | 1010011 | 0 | 1010 | 11000 | 10101101 | 1000111 | 101101 |
Color Harmonies of #21C3AF
Complementary color
Monochromatic Colors of #21C3AF
Black with #21C3AF
Text Example
Text Example
White with #21C3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C3AF; }
p { color: rgb(33,195,175); }
H1.HeaderClassName
{
color: #21C3AF;
}
.AnyTagClassName
{
color: #21C3AF;
}
</style>
background-color css
<style>
a { background-color: #21C3AF; }
a { background-color: rgb(33,195,175); }
div.DivClassName
{
background-color: #21C3AF;
}
.BgClassName
{
background-color: #21C3AF;
}
</style>
border-color css
<style>
span { border-color: #21C3AF; }
span { border-color: rgb(33,195,175); }
td.TdClassName
{
border-color: #21C3AF;
}
.TagClassName
{
border-color: #21C3AF;
}
</style>