Shades of Light Sea Green #29B1AA
Tints of Light Sea Green #29B1AA
RGB
CMYK
RGB Variations
Color information
#29B1AA (or 0x29B1AA) is known color: Light Sea Green. HEX triplet: 29, B1 and AA. RGB value is (41,177,170). Sum of RGB (Red+Green+Blue) = 41+177+170=388 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.57% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 177 - color contains mainly: green. Hex color #29B1AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29B1AA is #D64E55. Grayscale: #878787. Windows color (decimal): -14044758 or 11186473. OLE color: 11186473.
HSL color Cylindrical-coordinate representation of color #29B1AA: hue angle of 176.91º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29B1AA is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 41 | 177 | 170 | - |
| CMYK | 0.77 | 0 | 0.04 | 0.31 |
| HSL | 176.91º | 0.62% | 0.43% | - |
| HSV(B) | 176.91º | 0.77% | 0.69% | - |
| XYZ | 23.89 | 34.82 | 43.49 | - |
| YUV | 135.54 | 147.44 | 60.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 177 | 170 | 0.77 | 0 | 0.04 | 0.31 | 176.91 | 0.62 | 0.43 |
| Hex | 29 | B1 | AA | 4D | 0 | 4 | 1F | B1 | 3E | 2B |
| Octal | 51 | 261 | 252 | 115 | 0 | 4 | 37 | 261 | 76 | 53 |
| Binary | 101001 | 10110001 | 10101010 | 1001101 | 0 | 100 | 11111 | 10110001 | 111110 | 101011 |
Color Harmonies of #29B1AA
Complementary color
Monochromatic Colors of #29B1AA
Black with #29B1AA
Text Example
Text Example
White with #29B1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29B1AA; }
p { color: rgb(41,177,170); }
H1.HeaderClassName
{
color: #29B1AA;
}
.AnyTagClassName
{
color: #29B1AA;
}
</style>
background-color css
<style>
a { background-color: #29B1AA; }
a { background-color: rgb(41,177,170); }
div.DivClassName
{
background-color: #29B1AA;
}
.BgClassName
{
background-color: #29B1AA;
}
</style>
border-color css
<style>
span { border-color: #29B1AA; }
span { border-color: rgb(41,177,170); }
td.TdClassName
{
border-color: #29B1AA;
}
.TagClassName
{
border-color: #29B1AA;
}
</style>