Shades of Light Sea Green #29B3A5
Tints of Light Sea Green #29B3A5
RGB
CMYK
RGB Variations
Color information
#29B3A5 (or 0x29B3A5) is known color: Light Sea Green. HEX triplet: 29, B3 and A5. RGB value is (41,179,165). Sum of RGB (Red+Green+Blue) = 41+179+165=385 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.65% from 385); Green value is 179 (70.31% from 255 or 46.49% from 385); Blue value is 165 (64.84% from 255 or 42.86% from 385); Max value from RGB is 179 - color contains mainly: green. Hex color #29B3A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29B3A5 is #D64C5A. Grayscale: #888888. Windows color (decimal): -14044251 or 10859305. OLE color: 10859305.
HSL color Cylindrical-coordinate representation of color #29B3A5: hue angle of 173.91º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29B3A5 is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 41 | 179 | 165 | - |
| CMYK | 0.77 | 0 | 0.08 | 0.30 |
| HSL | 173.91º | 0.63% | 0.43% | - |
| HSV(B) | 173.91º | 0.77% | 0.7% | - |
| XYZ | 23.83 | 35.43 | 41.18 | - |
| YUV | 136.14 | 144.28 | 60.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 179 | 165 | 0.77 | 0 | 0.08 | 0.30 | 173.91 | 0.63 | 0.43 |
| Hex | 29 | B3 | A5 | 4D | 0 | 8 | 1E | AE | 3F | 2B |
| Octal | 51 | 263 | 245 | 115 | 0 | 10 | 36 | 256 | 77 | 53 |
| Binary | 101001 | 10110011 | 10100101 | 1001101 | 0 | 1000 | 11110 | 10101110 | 111111 | 101011 |
Color Harmonies of #29B3A5
Complementary color
Monochromatic Colors of #29B3A5
Black with #29B3A5
Text Example
Text Example
White with #29B3A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29B3A5; }
p { color: rgb(41,179,165); }
H1.HeaderClassName
{
color: #29B3A5;
}
.AnyTagClassName
{
color: #29B3A5;
}
</style>
background-color css
<style>
a { background-color: #29B3A5; }
a { background-color: rgb(41,179,165); }
div.DivClassName
{
background-color: #29B3A5;
}
.BgClassName
{
background-color: #29B3A5;
}
</style>
border-color css
<style>
span { border-color: #29B3A5; }
span { border-color: rgb(41,179,165); }
td.TdClassName
{
border-color: #29B3A5;
}
.TagClassName
{
border-color: #29B3A5;
}
</style>