Shades of Light Sea Green #21ABA6
Tints of Light Sea Green #21ABA6
RGB
CMYK
RGB Variations
Color information
#21ABA6 (or 0x21ABA6) is known color: Light Sea Green. HEX triplet: 21, AB and A6. RGB value is (33,171,166). Sum of RGB (Red+Green+Blue) = 33+171+166=370 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.92% from 370); Green value is 171 (67.19% from 255 or 46.22% from 370); Blue value is 166 (65.23% from 255 or 44.86% from 370); Max value from RGB is 171 - color contains mainly: green. Hex color #21ABA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21ABA6 is #DE5459. Grayscale: #818181. Windows color (decimal): -14570586 or 10922785. OLE color: 10922785.
HSL color Cylindrical-coordinate representation of color #21ABA6: hue angle of 177.83º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21ABA6 is Cyan = 0.81, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 171 | 166 | - |
| CMYK | 0.81 | 0 | 0.03 | 0.33 |
| HSL | 177.83º | 0.68% | 0.4% | - |
| HSV(B) | 177.83º | 0.81% | 0.67% | - |
| XYZ | 22.07 | 32.2 | 41.13 | - |
| YUV | 129.17 | 148.78 | 59.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 171 | 166 | 0.81 | 0 | 0.03 | 0.33 | 177.83 | 0.68 | 0.4 |
| Hex | 21 | AB | A6 | 51 | 0 | 3 | 21 | B2 | 44 | 28 |
| Octal | 41 | 253 | 246 | 121 | 0 | 3 | 41 | 262 | 104 | 50 |
| Binary | 100001 | 10101011 | 10100110 | 1010001 | 0 | 11 | 100001 | 10110010 | 1000100 | 101000 |
Color Harmonies of #21ABA6
Complementary color
Monochromatic Colors of #21ABA6
Black with #21ABA6
Text Example
Text Example
White with #21ABA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21ABA6; }
p { color: rgb(33,171,166); }
H1.HeaderClassName
{
color: #21ABA6;
}
.AnyTagClassName
{
color: #21ABA6;
}
</style>
background-color css
<style>
a { background-color: #21ABA6; }
a { background-color: rgb(33,171,166); }
div.DivClassName
{
background-color: #21ABA6;
}
.BgClassName
{
background-color: #21ABA6;
}
</style>
border-color css
<style>
span { border-color: #21ABA6; }
span { border-color: rgb(33,171,166); }
td.TdClassName
{
border-color: #21ABA6;
}
.TagClassName
{
border-color: #21ABA6;
}
</style>