Shades of Light Sea Green #29AAA1
Tints of Light Sea Green #29AAA1
RGB
CMYK
RGB Variations
Color information
#29AAA1 (or 0x29AAA1) is known color: Light Sea Green. HEX triplet: 29, AA and A1. RGB value is (41,170,161). Sum of RGB (Red+Green+Blue) = 41+170+161=372 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.02% from 372); Green value is 170 (66.80% from 255 or 45.70% from 372); Blue value is 161 (63.28% from 255 or 43.28% from 372); Max value from RGB is 170 - color contains mainly: green. Hex color #29AAA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29AAA1 is #D6555E. Grayscale: #828282. Windows color (decimal): -14046559 or 10594857. OLE color: 10594857.
HSL color Cylindrical-coordinate representation of color #29AAA1: hue angle of 175.81º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29AAA1 is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 170 | 161 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.33 |
| HSL | 175.81º | 0.61% | 0.41% | - |
| HSV(B) | 175.81º | 0.76% | 0.67% | - |
| XYZ | 21.72 | 31.79 | 38.71 | - |
| YUV | 130.4 | 145.26 | 64.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 170 | 161 | 0.76 | 0 | 0.05 | 0.33 | 175.81 | 0.61 | 0.41 |
| Hex | 29 | AA | A1 | 4C | 0 | 5 | 21 | B0 | 3D | 29 |
| Octal | 51 | 252 | 241 | 114 | 0 | 5 | 41 | 260 | 75 | 51 |
| Binary | 101001 | 10101010 | 10100001 | 1001100 | 0 | 101 | 100001 | 10110000 | 111101 | 101001 |
Color Harmonies of #29AAA1
Complementary color
Monochromatic Colors of #29AAA1
Black with #29AAA1
Text Example
Text Example
White with #29AAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29AAA1; }
p { color: rgb(41,170,161); }
H1.HeaderClassName
{
color: #29AAA1;
}
.AnyTagClassName
{
color: #29AAA1;
}
</style>
background-color css
<style>
a { background-color: #29AAA1; }
a { background-color: rgb(41,170,161); }
div.DivClassName
{
background-color: #29AAA1;
}
.BgClassName
{
background-color: #29AAA1;
}
</style>
border-color css
<style>
span { border-color: #29AAA1; }
span { border-color: rgb(41,170,161); }
td.TdClassName
{
border-color: #29AAA1;
}
.TagClassName
{
border-color: #29AAA1;
}
</style>