Shades of Light Sea Green #29AAA2
Tints of Light Sea Green #29AAA2
RGB
CMYK
RGB Variations
Color information
#29AAA2 (or 0x29AAA2) is known color: Light Sea Green. HEX triplet: 29, AA and A2. RGB value is (41,170,162). Sum of RGB (Red+Green+Blue) = 41+170+162=373 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.99% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 162 (63.67% from 255 or 43.43% from 373); Max value from RGB is 170 - color contains mainly: green. Hex color #29AAA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29AAA2 is #D6555D. Grayscale: #828282. Windows color (decimal): -14046558 or 10660393. OLE color: 10660393.
HSL color Cylindrical-coordinate representation of color #29AAA2: hue angle of 176.28º 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 #29AAA2 is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 170 | 162 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.33 |
| HSL | 176.28º | 0.61% | 0.41% | - |
| HSV(B) | 176.28º | 0.76% | 0.67% | - |
| XYZ | 21.81 | 31.83 | 39.18 | - |
| YUV | 130.52 | 145.76 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 170 | 162 | 0.76 | 0 | 0.05 | 0.33 | 176.28 | 0.61 | 0.41 |
| Hex | 29 | AA | A2 | 4C | 0 | 5 | 21 | B0 | 3D | 29 |
| Octal | 51 | 252 | 242 | 114 | 0 | 5 | 41 | 260 | 75 | 51 |
| Binary | 101001 | 10101010 | 10100010 | 1001100 | 0 | 101 | 100001 | 10110000 | 111101 | 101001 |
Color Harmonies of #29AAA2
Complementary color
Monochromatic Colors of #29AAA2
Black with #29AAA2
Text Example
Text Example
White with #29AAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29AAA2; }
p { color: rgb(41,170,162); }
H1.HeaderClassName
{
color: #29AAA2;
}
.AnyTagClassName
{
color: #29AAA2;
}
</style>
background-color css
<style>
a { background-color: #29AAA2; }
a { background-color: rgb(41,170,162); }
div.DivClassName
{
background-color: #29AAA2;
}
.BgClassName
{
background-color: #29AAA2;
}
</style>
border-color css
<style>
span { border-color: #29AAA2; }
span { border-color: rgb(41,170,162); }
td.TdClassName
{
border-color: #29AAA2;
}
.TagClassName
{
border-color: #29AAA2;
}
</style>