Shades of Light Sea Green #29ACB5
Tints of Light Sea Green #29ACB5
RGB
CMYK
RGB Variations
Color information
#29ACB5 (or 0x29ACB5) is known color: Light Sea Green. HEX triplet: 29, AC and B5. RGB value is (41,172,181). Sum of RGB (Red+Green+Blue) = 41+172+181=394 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.41% from 394); Green value is 172 (67.58% from 255 or 43.65% from 394); Blue value is 181 (71.09% from 255 or 45.94% from 394); Max value from RGB is 181 - color contains mainly: blue. Hex color #29ACB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29ACB5 is #D6534A. Grayscale: #858585. Windows color (decimal): -14046027 or 11906089. OLE color: 11906089.
HSL color Cylindrical-coordinate representation of color #29ACB5: hue angle of 183.86º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29ACB5 is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 41 | 172 | 181 | - |
| CMYK | 0.77 | 0.05 | 0 | 0.29 |
| HSL | 183.86º | 0.63% | 0.44% | - |
| HSV(B) | 183.86º | 0.77% | 0.71% | - |
| XYZ | 24.01 | 33.31 | 48.88 | - |
| YUV | 133.86 | 154.6 | 61.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 172 | 181 | 0.77 | 0.05 | 0 | 0.29 | 183.86 | 0.63 | 0.44 |
| Hex | 29 | AC | B5 | 4D | 5 | 0 | 1D | B8 | 3F | 2C |
| Octal | 51 | 254 | 265 | 115 | 5 | 0 | 35 | 270 | 77 | 54 |
| Binary | 101001 | 10101100 | 10110101 | 1001101 | 101 | 0 | 11101 | 10111000 | 111111 | 101100 |
Color Harmonies of #29ACB5
Complementary color
Monochromatic Colors of #29ACB5
Black with #29ACB5
Text Example
Text Example
White with #29ACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29ACB5; }
p { color: rgb(41,172,181); }
H1.HeaderClassName
{
color: #29ACB5;
}
.AnyTagClassName
{
color: #29ACB5;
}
</style>
background-color css
<style>
a { background-color: #29ACB5; }
a { background-color: rgb(41,172,181); }
div.DivClassName
{
background-color: #29ACB5;
}
.BgClassName
{
background-color: #29ACB5;
}
</style>
border-color css
<style>
span { border-color: #29ACB5; }
span { border-color: rgb(41,172,181); }
td.TdClassName
{
border-color: #29ACB5;
}
.TagClassName
{
border-color: #29ACB5;
}
</style>