Shades of Light Sea Green #29ABA1
Tints of Light Sea Green #29ABA1
RGB
CMYK
RGB Variations
Color information
#29ABA1 (or 0x29ABA1) is known color: Light Sea Green. HEX triplet: 29, AB and A1. RGB value is (41,171,161). Sum of RGB (Red+Green+Blue) = 41+171+161=373 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.99% from 373); Green value is 171 (67.19% from 255 or 45.84% from 373); Blue value is 161 (63.28% from 255 or 43.16% from 373); Max value from RGB is 171 - color contains mainly: green. Hex color #29ABA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29ABA1 is #D6545E. Grayscale: #828282. Windows color (decimal): -14046303 or 10595113. OLE color: 10595113.
HSL color Cylindrical-coordinate representation of color #29ABA1: hue angle of 175.38º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29ABA1 is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 171 | 161 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.33 |
| HSL | 175.38º | 0.61% | 0.42% | - |
| HSV(B) | 175.38º | 0.76% | 0.67% | - |
| XYZ | 21.91 | 32.17 | 38.77 | - |
| YUV | 130.99 | 144.93 | 63.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 171 | 161 | 0.76 | 0 | 0.06 | 0.33 | 175.38 | 0.61 | 0.42 |
| Hex | 29 | AB | A1 | 4C | 0 | 6 | 21 | AF | 3D | 2A |
| Octal | 51 | 253 | 241 | 114 | 0 | 6 | 41 | 257 | 75 | 52 |
| Binary | 101001 | 10101011 | 10100001 | 1001100 | 0 | 110 | 100001 | 10101111 | 111101 | 101010 |
Color Harmonies of #29ABA1
Complementary color
Monochromatic Colors of #29ABA1
Black with #29ABA1
Text Example
Text Example
White with #29ABA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29ABA1; }
p { color: rgb(41,171,161); }
H1.HeaderClassName
{
color: #29ABA1;
}
.AnyTagClassName
{
color: #29ABA1;
}
</style>
background-color css
<style>
a { background-color: #29ABA1; }
a { background-color: rgb(41,171,161); }
div.DivClassName
{
background-color: #29ABA1;
}
.BgClassName
{
background-color: #29ABA1;
}
</style>
border-color css
<style>
span { border-color: #29ABA1; }
span { border-color: rgb(41,171,161); }
td.TdClassName
{
border-color: #29ABA1;
}
.TagClassName
{
border-color: #29ABA1;
}
</style>