Shades of Light Sea Green #21ABA7
Tints of Light Sea Green #21ABA7
RGB
CMYK
RGB Variations
Color information
#21ABA7 (or 0x21ABA7) is known color: Light Sea Green. HEX triplet: 21, AB and A7. RGB value is (33,171,167). Sum of RGB (Red+Green+Blue) = 33+171+167=371 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.89% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 167 (65.62% from 255 or 45.01% from 371); Max value from RGB is 171 - color contains mainly: green. Hex color #21ABA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21ABA7 is #DE5458. Grayscale: #818181. Windows color (decimal): -14570585 or 10988321. OLE color: 10988321.
HSL color Cylindrical-coordinate representation of color #21ABA7: hue angle of 178.26º 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 #21ABA7 is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 171 | 167 | - |
| CMYK | 0.81 | 0 | 0.02 | 0.33 |
| HSL | 178.26º | 0.68% | 0.4% | - |
| HSV(B) | 178.26º | 0.81% | 0.67% | - |
| XYZ | 22.17 | 32.24 | 41.61 | - |
| YUV | 129.28 | 149.28 | 59.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 171 | 167 | 0.81 | 0 | 0.02 | 0.33 | 178.26 | 0.68 | 0.4 |
| Hex | 21 | AB | A7 | 51 | 0 | 2 | 21 | B2 | 44 | 28 |
| Octal | 41 | 253 | 247 | 121 | 0 | 2 | 41 | 262 | 104 | 50 |
| Binary | 100001 | 10101011 | 10100111 | 1010001 | 0 | 10 | 100001 | 10110010 | 1000100 | 101000 |
Color Harmonies of #21ABA7
Complementary color
Monochromatic Colors of #21ABA7
Black with #21ABA7
Text Example
Text Example
White with #21ABA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21ABA7; }
p { color: rgb(33,171,167); }
H1.HeaderClassName
{
color: #21ABA7;
}
.AnyTagClassName
{
color: #21ABA7;
}
</style>
background-color css
<style>
a { background-color: #21ABA7; }
a { background-color: rgb(33,171,167); }
div.DivClassName
{
background-color: #21ABA7;
}
.BgClassName
{
background-color: #21ABA7;
}
</style>
border-color css
<style>
span { border-color: #21ABA7; }
span { border-color: rgb(33,171,167); }
td.TdClassName
{
border-color: #21ABA7;
}
.TagClassName
{
border-color: #21ABA7;
}
</style>