Shades of Light Sea Green #21AEA8
Tints of Light Sea Green #21AEA8
RGB
CMYK
RGB Variations
Color information
#21AEA8 (or 0x21AEA8) is known color: Light Sea Green. HEX triplet: 21, AE and A8. RGB value is (33,174,168). Sum of RGB (Red+Green+Blue) = 33+174+168=375 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.8% from 375); Green value is 174 (68.36% from 255 or 46.4% from 375); Blue value is 168 (66.02% from 255 or 44.8% from 375); Max value from RGB is 174 - color contains mainly: green. Hex color #21AEA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AEA8 is #DE5157. Grayscale: #838383. Windows color (decimal): -14569816 or 11054625. OLE color: 11054625.
HSL color Cylindrical-coordinate representation of color #21AEA8: hue angle of 177.45º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AEA8 is Cyan = 0.81, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 174 | 168 | - |
| CMYK | 0.81 | 0 | 0.03 | 0.32 |
| HSL | 177.45º | 0.68% | 0.41% | - |
| HSV(B) | 177.45º | 0.81% | 0.68% | - |
| XYZ | 22.83 | 33.42 | 42.29 | - |
| YUV | 131.16 | 148.79 | 57.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 174 | 168 | 0.81 | 0 | 0.03 | 0.32 | 177.45 | 0.68 | 0.41 |
| Hex | 21 | AE | A8 | 51 | 0 | 3 | 20 | B1 | 44 | 29 |
| Octal | 41 | 256 | 250 | 121 | 0 | 3 | 40 | 261 | 104 | 51 |
| Binary | 100001 | 10101110 | 10101000 | 1010001 | 0 | 11 | 100000 | 10110001 | 1000100 | 101001 |
Color Harmonies of #21AEA8
Complementary color
Monochromatic Colors of #21AEA8
Black with #21AEA8
Text Example
Text Example
White with #21AEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AEA8; }
p { color: rgb(33,174,168); }
H1.HeaderClassName
{
color: #21AEA8;
}
.AnyTagClassName
{
color: #21AEA8;
}
</style>
background-color css
<style>
a { background-color: #21AEA8; }
a { background-color: rgb(33,174,168); }
div.DivClassName
{
background-color: #21AEA8;
}
.BgClassName
{
background-color: #21AEA8;
}
</style>
border-color css
<style>
span { border-color: #21AEA8; }
span { border-color: rgb(33,174,168); }
td.TdClassName
{
border-color: #21AEA8;
}
.TagClassName
{
border-color: #21AEA8;
}
</style>