Shades of Light Sea Green #21AEA2
Tints of Light Sea Green #21AEA2
RGB
CMYK
RGB Variations
Color information
#21AEA2 (or 0x21AEA2) is known color: Light Sea Green. HEX triplet: 21, AE and A2. RGB value is (33,174,162). Sum of RGB (Red+Green+Blue) = 33+174+162=369 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.94% from 369); Green value is 174 (68.36% from 255 or 47.15% from 369); Blue value is 162 (63.67% from 255 or 43.90% from 369); Max value from RGB is 174 - color contains mainly: green. Hex color #21AEA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AEA2 is #DE515D. Grayscale: #828282. Windows color (decimal): -14569822 or 10661409. OLE color: 10661409.
HSL color Cylindrical-coordinate representation of color #21AEA2: hue angle of 174.89º 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 #21AEA2 is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 174 | 162 | - |
| CMYK | 0.81 | 0 | 0.07 | 0.32 |
| HSL | 174.89º | 0.68% | 0.41% | - |
| HSV(B) | 174.89º | 0.81% | 0.68% | - |
| XYZ | 22.28 | 33.2 | 39.42 | - |
| YUV | 130.47 | 145.79 | 58.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 174 | 162 | 0.81 | 0 | 0.07 | 0.32 | 174.89 | 0.68 | 0.41 |
| Hex | 21 | AE | A2 | 51 | 0 | 7 | 20 | AF | 44 | 29 |
| Octal | 41 | 256 | 242 | 121 | 0 | 7 | 40 | 257 | 104 | 51 |
| Binary | 100001 | 10101110 | 10100010 | 1010001 | 0 | 111 | 100000 | 10101111 | 1000100 | 101001 |
Color Harmonies of #21AEA2
Complementary color
Monochromatic Colors of #21AEA2
Black with #21AEA2
Text Example
Text Example
White with #21AEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AEA2; }
p { color: rgb(33,174,162); }
H1.HeaderClassName
{
color: #21AEA2;
}
.AnyTagClassName
{
color: #21AEA2;
}
</style>
background-color css
<style>
a { background-color: #21AEA2; }
a { background-color: rgb(33,174,162); }
div.DivClassName
{
background-color: #21AEA2;
}
.BgClassName
{
background-color: #21AEA2;
}
</style>
border-color css
<style>
span { border-color: #21AEA2; }
span { border-color: rgb(33,174,162); }
td.TdClassName
{
border-color: #21AEA2;
}
.TagClassName
{
border-color: #21AEA2;
}
</style>