Shades of Light Sea Green #29BEAD
Tints of Light Sea Green #29BEAD
RGB
CMYK
RGB Variations
Color information
#29BEAD (or 0x29BEAD) is known color: Light Sea Green. HEX triplet: 29, BE and AD. RGB value is (41,190,173). Sum of RGB (Red+Green+Blue) = 41+190+173=404 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.15% from 404); Green value is 190 (74.61% from 255 or 47.03% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 190 - color contains mainly: green. Hex color #29BEAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29BEAD is #D64152. Grayscale: #8F8F8F. Windows color (decimal): -14041427 or 11386409. OLE color: 11386409.
HSL color Cylindrical-coordinate representation of color #29BEAD: hue angle of 173.15º 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 #29BEAD is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 190 | 173 | - |
| CMYK | 0.78 | 0 | 0.09 | 0.25 |
| HSL | 173.15º | 0.65% | 0.45% | - |
| HSV(B) | 173.15º | 0.78% | 0.75% | - |
| XYZ | 26.87 | 40.32 | 45.9 | - |
| YUV | 143.51 | 144.64 | 54.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 190 | 173 | 0.78 | 0 | 0.09 | 0.25 | 173.15 | 0.65 | 0.45 |
| Hex | 29 | BE | AD | 4E | 0 | 9 | 19 | AD | 41 | 2D |
| Octal | 51 | 276 | 255 | 116 | 0 | 11 | 31 | 255 | 101 | 55 |
| Binary | 101001 | 10111110 | 10101101 | 1001110 | 0 | 1001 | 11001 | 10101101 | 1000001 | 101101 |
Color Harmonies of #29BEAD
Complementary color
Monochromatic Colors of #29BEAD
Black with #29BEAD
Text Example
Text Example
White with #29BEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BEAD; }
p { color: rgb(41,190,173); }
H1.HeaderClassName
{
color: #29BEAD;
}
.AnyTagClassName
{
color: #29BEAD;
}
</style>
background-color css
<style>
a { background-color: #29BEAD; }
a { background-color: rgb(41,190,173); }
div.DivClassName
{
background-color: #29BEAD;
}
.BgClassName
{
background-color: #29BEAD;
}
</style>
border-color css
<style>
span { border-color: #29BEAD; }
span { border-color: rgb(41,190,173); }
td.TdClassName
{
border-color: #29BEAD;
}
.TagClassName
{
border-color: #29BEAD;
}
</style>