Shades of Light Sea Green #29ACB4
Tints of Light Sea Green #29ACB4
RGB
CMYK
RGB Variations
Color information
#29ACB4 (or 0x29ACB4) is known color: Light Sea Green. HEX triplet: 29, AC and B4. RGB value is (41,172,180). Sum of RGB (Red+Green+Blue) = 41+172+180=393 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.43% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 180 (70.70% from 255 or 45.80% from 393); Max value from RGB is 180 - color contains mainly: blue. Hex color #29ACB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29ACB4 is #D6534B. Grayscale: #858585. Windows color (decimal): -14046028 or 11840553. OLE color: 11840553.
HSL color Cylindrical-coordinate representation of color #29ACB4: hue angle of 183.45º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29ACB4 is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 41 | 172 | 180 | - |
| CMYK | 0.77 | 0.04 | 0 | 0.29 |
| HSL | 183.45º | 0.63% | 0.43% | - |
| HSV(B) | 183.45º | 0.77% | 0.71% | - |
| XYZ | 23.91 | 33.27 | 48.34 | - |
| YUV | 133.74 | 154.1 | 61.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 172 | 180 | 0.77 | 0.04 | 0 | 0.29 | 183.45 | 0.63 | 0.43 |
| Hex | 29 | AC | B4 | 4D | 4 | 0 | 1D | B7 | 3F | 2B |
| Octal | 51 | 254 | 264 | 115 | 4 | 0 | 35 | 267 | 77 | 53 |
| Binary | 101001 | 10101100 | 10110100 | 1001101 | 100 | 0 | 11101 | 10110111 | 111111 | 101011 |
Color Harmonies of #29ACB4
Complementary color
Monochromatic Colors of #29ACB4
Black with #29ACB4
Text Example
Text Example
White with #29ACB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29ACB4; }
p { color: rgb(41,172,180); }
H1.HeaderClassName
{
color: #29ACB4;
}
.AnyTagClassName
{
color: #29ACB4;
}
</style>
background-color css
<style>
a { background-color: #29ACB4; }
a { background-color: rgb(41,172,180); }
div.DivClassName
{
background-color: #29ACB4;
}
.BgClassName
{
background-color: #29ACB4;
}
</style>
border-color css
<style>
span { border-color: #29ACB4; }
span { border-color: rgb(41,172,180); }
td.TdClassName
{
border-color: #29ACB4;
}
.TagClassName
{
border-color: #29ACB4;
}
</style>