Shades of Light Sea Green #29ACB3
Tints of Light Sea Green #29ACB3
RGB
CMYK
RGB Variations
Color information
#29ACB3 (or 0x29ACB3) is known color: Light Sea Green. HEX triplet: 29, AC and B3. RGB value is (41,172,179). Sum of RGB (Red+Green+Blue) = 41+172+179=392 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.46% from 392); Green value is 172 (67.58% from 255 or 43.88% from 392); Blue value is 179 (70.31% from 255 or 45.66% from 392); Max value from RGB is 179 - color contains mainly: blue. Hex color #29ACB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29ACB3 is #D6534C. Grayscale: #858585. Windows color (decimal): -14046029 or 11775017. OLE color: 11775017.
HSL color Cylindrical-coordinate representation of color #29ACB3: hue angle of 183.04º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29ACB3 is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 41 | 172 | 179 | - |
| CMYK | 0.77 | 0.04 | 0 | 0.30 |
| HSL | 183.04º | 0.63% | 0.43% | - |
| HSV(B) | 183.04º | 0.77% | 0.7% | - |
| XYZ | 23.8 | 33.23 | 47.81 | - |
| YUV | 133.63 | 153.6 | 61.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 172 | 179 | 0.77 | 0.04 | 0 | 0.30 | 183.04 | 0.63 | 0.43 |
| Hex | 29 | AC | B3 | 4D | 4 | 0 | 1E | B7 | 3F | 2B |
| Octal | 51 | 254 | 263 | 115 | 4 | 0 | 36 | 267 | 77 | 53 |
| Binary | 101001 | 10101100 | 10110011 | 1001101 | 100 | 0 | 11110 | 10110111 | 111111 | 101011 |
Color Harmonies of #29ACB3
Complementary color
Monochromatic Colors of #29ACB3
Black with #29ACB3
Text Example
Text Example
White with #29ACB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29ACB3; }
p { color: rgb(41,172,179); }
H1.HeaderClassName
{
color: #29ACB3;
}
.AnyTagClassName
{
color: #29ACB3;
}
</style>
background-color css
<style>
a { background-color: #29ACB3; }
a { background-color: rgb(41,172,179); }
div.DivClassName
{
background-color: #29ACB3;
}
.BgClassName
{
background-color: #29ACB3;
}
</style>
border-color css
<style>
span { border-color: #29ACB3; }
span { border-color: rgb(41,172,179); }
td.TdClassName
{
border-color: #29ACB3;
}
.TagClassName
{
border-color: #29ACB3;
}
</style>