Shades of Light Sea Green #29ABA2
Tints of Light Sea Green #29ABA2
RGB
CMYK
RGB Variations
Color information
#29ABA2 (or 0x29ABA2) is known color: Light Sea Green. HEX triplet: 29, AB and A2. RGB value is (41,171,162). Sum of RGB (Red+Green+Blue) = 41+171+162=374 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.96% from 374); Green value is 171 (67.19% from 255 or 45.72% from 374); Blue value is 162 (63.67% from 255 or 43.32% from 374); Max value from RGB is 171 - color contains mainly: green. Hex color #29ABA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29ABA2 is #D6545D. Grayscale: #838383. Windows color (decimal): -14046302 or 10660649. OLE color: 10660649.
HSL color Cylindrical-coordinate representation of color #29ABA2: hue angle of 175.85º 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 #29ABA2 is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 171 | 162 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.33 |
| HSL | 175.85º | 0.61% | 0.42% | - |
| HSV(B) | 175.85º | 0.76% | 0.67% | - |
| XYZ | 22 | 32.21 | 39.24 | - |
| YUV | 131.1 | 145.43 | 63.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 171 | 162 | 0.76 | 0 | 0.05 | 0.33 | 175.85 | 0.61 | 0.42 |
| Hex | 29 | AB | A2 | 4C | 0 | 5 | 21 | B0 | 3D | 2A |
| Octal | 51 | 253 | 242 | 114 | 0 | 5 | 41 | 260 | 75 | 52 |
| Binary | 101001 | 10101011 | 10100010 | 1001100 | 0 | 101 | 100001 | 10110000 | 111101 | 101010 |
Color Harmonies of #29ABA2
Complementary color
Monochromatic Colors of #29ABA2
Black with #29ABA2
Text Example
Text Example
White with #29ABA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29ABA2; }
p { color: rgb(41,171,162); }
H1.HeaderClassName
{
color: #29ABA2;
}
.AnyTagClassName
{
color: #29ABA2;
}
</style>
background-color css
<style>
a { background-color: #29ABA2; }
a { background-color: rgb(41,171,162); }
div.DivClassName
{
background-color: #29ABA2;
}
.BgClassName
{
background-color: #29ABA2;
}
</style>
border-color css
<style>
span { border-color: #29ABA2; }
span { border-color: rgb(41,171,162); }
td.TdClassName
{
border-color: #29ABA2;
}
.TagClassName
{
border-color: #29ABA2;
}
</style>