Shades of Light Sea Green #29BEAC
Tints of Light Sea Green #29BEAC
RGB
CMYK
RGB Variations
Color information
#29BEAC (or 0x29BEAC) is known color: Light Sea Green. HEX triplet: 29, BE and AC. RGB value is (41,190,172). Sum of RGB (Red+Green+Blue) = 41+190+172=403 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.17% from 403); Green value is 190 (74.61% from 255 or 47.15% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 190 - color contains mainly: green. Hex color #29BEAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29BEAC is #D64153. Grayscale: #8F8F8F. Windows color (decimal): -14041428 or 11320873. OLE color: 11320873.
HSL color Cylindrical-coordinate representation of color #29BEAC: hue angle of 172.75º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29BEAC is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 190 | 172 | - |
| CMYK | 0.78 | 0 | 0.09 | 0.25 |
| HSL | 172.75º | 0.65% | 0.45% | - |
| HSV(B) | 172.75º | 0.78% | 0.75% | - |
| XYZ | 26.77 | 40.28 | 45.39 | - |
| YUV | 143.4 | 144.14 | 54.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 190 | 172 | 0.78 | 0 | 0.09 | 0.25 | 172.75 | 0.65 | 0.45 |
| Hex | 29 | BE | AC | 4E | 0 | 9 | 19 | AD | 41 | 2D |
| Octal | 51 | 276 | 254 | 116 | 0 | 11 | 31 | 255 | 101 | 55 |
| Binary | 101001 | 10111110 | 10101100 | 1001110 | 0 | 1001 | 11001 | 10101101 | 1000001 | 101101 |
Color Harmonies of #29BEAC
Complementary color
Monochromatic Colors of #29BEAC
Black with #29BEAC
Text Example
Text Example
White with #29BEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BEAC; }
p { color: rgb(41,190,172); }
H1.HeaderClassName
{
color: #29BEAC;
}
.AnyTagClassName
{
color: #29BEAC;
}
</style>
background-color css
<style>
a { background-color: #29BEAC; }
a { background-color: rgb(41,190,172); }
div.DivClassName
{
background-color: #29BEAC;
}
.BgClassName
{
background-color: #29BEAC;
}
</style>
border-color css
<style>
span { border-color: #29BEAC; }
span { border-color: rgb(41,190,172); }
td.TdClassName
{
border-color: #29BEAC;
}
.TagClassName
{
border-color: #29BEAC;
}
</style>