Shades of Light Sea Green #29BAB4
Tints of Light Sea Green #29BAB4
RGB
CMYK
RGB Variations
Color information
#29BAB4 (or 0x29BAB4) is known color: Light Sea Green. HEX triplet: 29, BA and B4. RGB value is (41,186,180). Sum of RGB (Red+Green+Blue) = 41+186+180=407 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.07% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 180 (70.70% from 255 or 44.23% from 407); Max value from RGB is 186 - color contains mainly: green. Hex color #29BAB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BAB4 is #D6454B. Grayscale: #8D8D8D. Windows color (decimal): -14042444 or 11844137. OLE color: 11844137.
HSL color Cylindrical-coordinate representation of color #29BAB4: hue angle of 177.52º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29BAB4 is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 186 | 180 | - |
| CMYK | 0.78 | 0 | 0.03 | 0.27 |
| HSL | 177.52º | 0.64% | 0.45% | - |
| HSV(B) | 177.52º | 0.78% | 0.73% | - |
| XYZ | 26.71 | 38.88 | 49.28 | - |
| YUV | 141.96 | 149.46 | 55.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 186 | 180 | 0.78 | 0 | 0.03 | 0.27 | 177.52 | 0.64 | 0.45 |
| Hex | 29 | BA | B4 | 4E | 0 | 3 | 1B | B2 | 40 | 2D |
| Octal | 51 | 272 | 264 | 116 | 0 | 3 | 33 | 262 | 100 | 55 |
| Binary | 101001 | 10111010 | 10110100 | 1001110 | 0 | 11 | 11011 | 10110010 | 1000000 | 101101 |
Color Harmonies of #29BAB4
Complementary color
Monochromatic Colors of #29BAB4
Black with #29BAB4
Text Example
Text Example
White with #29BAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BAB4; }
p { color: rgb(41,186,180); }
H1.HeaderClassName
{
color: #29BAB4;
}
.AnyTagClassName
{
color: #29BAB4;
}
</style>
background-color css
<style>
a { background-color: #29BAB4; }
a { background-color: rgb(41,186,180); }
div.DivClassName
{
background-color: #29BAB4;
}
.BgClassName
{
background-color: #29BAB4;
}
</style>
border-color css
<style>
span { border-color: #29BAB4; }
span { border-color: rgb(41,186,180); }
td.TdClassName
{
border-color: #29BAB4;
}
.TagClassName
{
border-color: #29BAB4;
}
</style>