Shades of Light Sea Green #21AD9F
Tints of Light Sea Green #21AD9F
RGB
CMYK
RGB Variations
Color information
#21AD9F (or 0x21AD9F) is known color: Light Sea Green. HEX triplet: 21, AD and 9F. RGB value is (33,173,159). Sum of RGB (Red+Green+Blue) = 33+173+159=365 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.04% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 173 - color contains mainly: green. Hex color #21AD9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AD9F is #DE5260. Grayscale: #818181. Windows color (decimal): -14570081 or 10464545. OLE color: 10464545.
HSL color Cylindrical-coordinate representation of color #21AD9F: hue angle of 174º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AD9F is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 173 | 159 | - |
| CMYK | 0.81 | 0 | 0.08 | 0.32 |
| HSL | 174º | 0.68% | 0.4% | - |
| HSV(B) | 174º | 0.81% | 0.68% | - |
| XYZ | 21.83 | 32.71 | 37.96 | - |
| YUV | 129.54 | 144.62 | 59.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 173 | 159 | 0.81 | 0 | 0.08 | 0.32 | 174 | 0.68 | 0.4 |
| Hex | 21 | AD | 9F | 51 | 0 | 8 | 20 | AE | 44 | 28 |
| Octal | 41 | 255 | 237 | 121 | 0 | 10 | 40 | 256 | 104 | 50 |
| Binary | 100001 | 10101101 | 10011111 | 1010001 | 0 | 1000 | 100000 | 10101110 | 1000100 | 101000 |
Color Harmonies of #21AD9F
Complementary color
Monochromatic Colors of #21AD9F
Black with #21AD9F
Text Example
Text Example
White with #21AD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AD9F; }
p { color: rgb(33,173,159); }
H1.HeaderClassName
{
color: #21AD9F;
}
.AnyTagClassName
{
color: #21AD9F;
}
</style>
background-color css
<style>
a { background-color: #21AD9F; }
a { background-color: rgb(33,173,159); }
div.DivClassName
{
background-color: #21AD9F;
}
.BgClassName
{
background-color: #21AD9F;
}
</style>
border-color css
<style>
span { border-color: #21AD9F; }
span { border-color: rgb(33,173,159); }
td.TdClassName
{
border-color: #21AD9F;
}
.TagClassName
{
border-color: #21AD9F;
}
</style>