Shades of Light Sea Green #29ADA0
Tints of Light Sea Green #29ADA0
RGB
CMYK
RGB Variations
Color information
#29ADA0 (or 0x29ADA0) is known color: Light Sea Green. HEX triplet: 29, AD and A0. RGB value is (41,173,160). Sum of RGB (Red+Green+Blue) = 41+173+160=374 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.96% from 374); Green value is 173 (67.97% from 255 or 46.26% from 374); Blue value is 160 (62.89% from 255 or 42.78% from 374); Max value from RGB is 173 - color contains mainly: green. Hex color #29ADA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29ADA0 is #D6525F. Grayscale: #838383. Windows color (decimal): -14045792 or 10530089. OLE color: 10530089.
HSL color Cylindrical-coordinate representation of color #29ADA0: hue angle of 174.09º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29ADA0 is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 41 | 173 | 160 | - |
| CMYK | 0.76 | 0 | 0.08 | 0.32 |
| HSL | 174.09º | 0.62% | 0.42% | - |
| HSV(B) | 174.09º | 0.76% | 0.68% | - |
| XYZ | 22.2 | 32.9 | 38.44 | - |
| YUV | 132.05 | 143.77 | 63.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 173 | 160 | 0.76 | 0 | 0.08 | 0.32 | 174.09 | 0.62 | 0.42 |
| Hex | 29 | AD | A0 | 4C | 0 | 8 | 20 | AE | 3E | 2A |
| Octal | 51 | 255 | 240 | 114 | 0 | 10 | 40 | 256 | 76 | 52 |
| Binary | 101001 | 10101101 | 10100000 | 1001100 | 0 | 1000 | 100000 | 10101110 | 111110 | 101010 |
Color Harmonies of #29ADA0
Complementary color
Monochromatic Colors of #29ADA0
Black with #29ADA0
Text Example
Text Example
White with #29ADA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29ADA0; }
p { color: rgb(41,173,160); }
H1.HeaderClassName
{
color: #29ADA0;
}
.AnyTagClassName
{
color: #29ADA0;
}
</style>
background-color css
<style>
a { background-color: #29ADA0; }
a { background-color: rgb(41,173,160); }
div.DivClassName
{
background-color: #29ADA0;
}
.BgClassName
{
background-color: #29ADA0;
}
</style>
border-color css
<style>
span { border-color: #29ADA0; }
span { border-color: rgb(41,173,160); }
td.TdClassName
{
border-color: #29ADA0;
}
.TagClassName
{
border-color: #29ADA0;
}
</style>