Shades of Light Sea Green #29C2BA
Tints of Light Sea Green #29C2BA
RGB
CMYK
RGB Variations
Color information
#29C2BA (or 0x29C2BA) is known color: Light Sea Green. HEX triplet: 29, C2 and BA. RGB value is (41,194,186). Sum of RGB (Red+Green+Blue) = 41+194+186=421 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.74% from 421); Green value is 194 (76.17% from 255 or 46.08% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 194 - color contains mainly: green. Hex color #29C2BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29C2BA is #D63D45. Grayscale: #939393. Windows color (decimal): -14040390 or 12239401. OLE color: 12239401.
HSL color Cylindrical-coordinate representation of color #29C2BA: hue angle of 176.86º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29C2BA is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 41 | 194 | 186 | - |
| CMYK | 0.79 | 0 | 0.04 | 0.24 |
| HSL | 176.86º | 0.65% | 0.46% | - |
| HSV(B) | 176.86º | 0.79% | 0.76% | - |
| XYZ | 29.07 | 42.6 | 53.14 | - |
| YUV | 147.34 | 149.81 | 52.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 194 | 186 | 0.79 | 0 | 0.04 | 0.24 | 176.86 | 0.65 | 0.46 |
| Hex | 29 | C2 | BA | 4F | 0 | 4 | 18 | B1 | 41 | 2E |
| Octal | 51 | 302 | 272 | 117 | 0 | 4 | 30 | 261 | 101 | 56 |
| Binary | 101001 | 11000010 | 10111010 | 1001111 | 0 | 100 | 11000 | 10110001 | 1000001 | 101110 |
Color Harmonies of #29C2BA
Complementary color
Monochromatic Colors of #29C2BA
Black with #29C2BA
Text Example
Text Example
White with #29C2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C2BA; }
p { color: rgb(41,194,186); }
H1.HeaderClassName
{
color: #29C2BA;
}
.AnyTagClassName
{
color: #29C2BA;
}
</style>
background-color css
<style>
a { background-color: #29C2BA; }
a { background-color: rgb(41,194,186); }
div.DivClassName
{
background-color: #29C2BA;
}
.BgClassName
{
background-color: #29C2BA;
}
</style>
border-color css
<style>
span { border-color: #29C2BA; }
span { border-color: rgb(41,194,186); }
td.TdClassName
{
border-color: #29C2BA;
}
.TagClassName
{
border-color: #29C2BA;
}
</style>