Shades of Light Sea Green #29ACB7
Tints of Light Sea Green #29ACB7
RGB
CMYK
RGB Variations
Color information
#29ACB7 (or 0x29ACB7) is known color: Light Sea Green. HEX triplet: 29, AC and B7. RGB value is (41,172,183). Sum of RGB (Red+Green+Blue) = 41+172+183=396 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.35% from 396); Green value is 172 (67.58% from 255 or 43.43% from 396); Blue value is 183 (71.88% from 255 or 46.21% from 396); Max value from RGB is 183 - color contains mainly: blue. Hex color #29ACB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29ACB7 is #D65348. Grayscale: #858585. Windows color (decimal): -14046025 or 12037161. OLE color: 12037161.
HSL color Cylindrical-coordinate representation of color #29ACB7: hue angle of 184.65º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29ACB7 is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 41 | 172 | 183 | - |
| CMYK | 0.78 | 0.06 | 0 | 0.28 |
| HSL | 184.65º | 0.63% | 0.44% | - |
| HSV(B) | 184.65º | 0.78% | 0.72% | - |
| XYZ | 24.21 | 33.4 | 49.97 | - |
| YUV | 134.09 | 155.6 | 61.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 172 | 183 | 0.78 | 0.06 | 0 | 0.28 | 184.65 | 0.63 | 0.44 |
| Hex | 29 | AC | B7 | 4E | 6 | 0 | 1C | B9 | 3F | 2C |
| Octal | 51 | 254 | 267 | 116 | 6 | 0 | 34 | 271 | 77 | 54 |
| Binary | 101001 | 10101100 | 10110111 | 1001110 | 110 | 0 | 11100 | 10111001 | 111111 | 101100 |
Color Harmonies of #29ACB7
Complementary color
Monochromatic Colors of #29ACB7
Black with #29ACB7
Text Example
Text Example
White with #29ACB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29ACB7; }
p { color: rgb(41,172,183); }
H1.HeaderClassName
{
color: #29ACB7;
}
.AnyTagClassName
{
color: #29ACB7;
}
</style>
background-color css
<style>
a { background-color: #29ACB7; }
a { background-color: rgb(41,172,183); }
div.DivClassName
{
background-color: #29ACB7;
}
.BgClassName
{
background-color: #29ACB7;
}
</style>
border-color css
<style>
span { border-color: #29ACB7; }
span { border-color: rgb(41,172,183); }
td.TdClassName
{
border-color: #29ACB7;
}
.TagClassName
{
border-color: #29ACB7;
}
</style>