Shades of Light Sea Green #29A8AA
Tints of Light Sea Green #29A8AA
RGB
CMYK
RGB Variations
Color information
#29A8AA (or 0x29A8AA) is known color: Light Sea Green. HEX triplet: 29, A8 and AA. RGB value is (41,168,170). Sum of RGB (Red+Green+Blue) = 41+168+170=379 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.82% from 379); Green value is 168 (66.02% from 255 or 44.33% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #29A8AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29A8AA is #D65755. Grayscale: #828282. Windows color (decimal): -14047062 or 11184169. OLE color: 11184169.
HSL color Cylindrical-coordinate representation of color #29A8AA: hue angle of 180.93º 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 #29A8AA is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 168 | 170 | - |
| CMYK | 0.76 | 0.01 | 0 | 0.33 |
| HSL | 180.93º | 0.61% | 0.41% | - |
| HSV(B) | 180.93º | 0.76% | 0.67% | - |
| XYZ | 22.17 | 31.38 | 42.92 | - |
| YUV | 130.26 | 150.42 | 64.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 168 | 170 | 0.76 | 0.01 | 0 | 0.33 | 180.93 | 0.61 | 0.41 |
| Hex | 29 | A8 | AA | 4C | 1 | 0 | 21 | B5 | 3D | 29 |
| Octal | 51 | 250 | 252 | 114 | 1 | 0 | 41 | 265 | 75 | 51 |
| Binary | 101001 | 10101000 | 10101010 | 1001100 | 1 | 0 | 100001 | 10110101 | 111101 | 101001 |
Color Harmonies of #29A8AA
Complementary color
Monochromatic Colors of #29A8AA
Black with #29A8AA
Text Example
Text Example
White with #29A8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29A8AA; }
p { color: rgb(41,168,170); }
H1.HeaderClassName
{
color: #29A8AA;
}
.AnyTagClassName
{
color: #29A8AA;
}
</style>
background-color css
<style>
a { background-color: #29A8AA; }
a { background-color: rgb(41,168,170); }
div.DivClassName
{
background-color: #29A8AA;
}
.BgClassName
{
background-color: #29A8AA;
}
</style>
border-color css
<style>
span { border-color: #29A8AA; }
span { border-color: rgb(41,168,170); }
td.TdClassName
{
border-color: #29A8AA;
}
.TagClassName
{
border-color: #29A8AA;
}
</style>