Shades of Light Sea Green #29BCBA
Tints of Light Sea Green #29BCBA
RGB
CMYK
RGB Variations
Color information
#29BCBA (or 0x29BCBA) is known color: Light Sea Green. HEX triplet: 29, BC and BA. RGB value is (41,188,186). Sum of RGB (Red+Green+Blue) = 41+188+186=415 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.88% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 188 - color contains mainly: green. Hex color #29BCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BCBA is #D64345. Grayscale: #8F8F8F. Windows color (decimal): -14041926 or 12237865. OLE color: 12237865.
HSL color Cylindrical-coordinate representation of color #29BCBA: hue angle of 179.18º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29BCBA is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 188 | 186 | - |
| CMYK | 0.78 | 0 | 0.01 | 0.26 |
| HSL | 179.18º | 0.64% | 0.45% | - |
| HSV(B) | 179.18º | 0.78% | 0.74% | - |
| XYZ | 27.76 | 39.98 | 52.71 | - |
| YUV | 143.82 | 151.8 | 54.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 188 | 186 | 0.78 | 0 | 0.01 | 0.26 | 179.18 | 0.64 | 0.45 |
| Hex | 29 | BC | BA | 4E | 0 | 1 | 1A | B3 | 40 | 2D |
| Octal | 51 | 274 | 272 | 116 | 0 | 1 | 32 | 263 | 100 | 55 |
| Binary | 101001 | 10111100 | 10111010 | 1001110 | 0 | 1 | 11010 | 10110011 | 1000000 | 101101 |
Color Harmonies of #29BCBA
Complementary color
Monochromatic Colors of #29BCBA
Black with #29BCBA
Text Example
Text Example
White with #29BCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BCBA; }
p { color: rgb(41,188,186); }
H1.HeaderClassName
{
color: #29BCBA;
}
.AnyTagClassName
{
color: #29BCBA;
}
</style>
background-color css
<style>
a { background-color: #29BCBA; }
a { background-color: rgb(41,188,186); }
div.DivClassName
{
background-color: #29BCBA;
}
.BgClassName
{
background-color: #29BCBA;
}
</style>
border-color css
<style>
span { border-color: #29BCBA; }
span { border-color: rgb(41,188,186); }
td.TdClassName
{
border-color: #29BCBA;
}
.TagClassName
{
border-color: #29BCBA;
}
</style>