Shades of Light Sea Green #29ADB3
Tints of Light Sea Green #29ADB3
RGB
CMYK
RGB Variations
Color information
#29ADB3 (or 0x29ADB3) is known color: Light Sea Green. HEX triplet: 29, AD and B3. RGB value is (41,173,179). Sum of RGB (Red+Green+Blue) = 41+173+179=393 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.43% from 393); Green value is 173 (67.97% from 255 or 44.02% from 393); Blue value is 179 (70.31% from 255 or 45.55% from 393); Max value from RGB is 179 - color contains mainly: blue. Hex color #29ADB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29ADB3 is #D6524C. Grayscale: #868686. Windows color (decimal): -14045773 or 11775273. OLE color: 11775273.
HSL color Cylindrical-coordinate representation of color #29ADB3: hue angle of 182.61º 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 #29ADB3 is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 41 | 173 | 179 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.30 |
| HSL | 182.61º | 0.63% | 0.43% | - |
| HSV(B) | 182.61º | 0.77% | 0.7% | - |
| XYZ | 23.99 | 33.61 | 47.87 | - |
| YUV | 134.22 | 153.27 | 61.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 173 | 179 | 0.77 | 0.03 | 0 | 0.30 | 182.61 | 0.63 | 0.43 |
| Hex | 29 | AD | B3 | 4D | 3 | 0 | 1E | B7 | 3F | 2B |
| Octal | 51 | 255 | 263 | 115 | 3 | 0 | 36 | 267 | 77 | 53 |
| Binary | 101001 | 10101101 | 10110011 | 1001101 | 11 | 0 | 11110 | 10110111 | 111111 | 101011 |
Color Harmonies of #29ADB3
Complementary color
Monochromatic Colors of #29ADB3
Black with #29ADB3
Text Example
Text Example
White with #29ADB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29ADB3; }
p { color: rgb(41,173,179); }
H1.HeaderClassName
{
color: #29ADB3;
}
.AnyTagClassName
{
color: #29ADB3;
}
</style>
background-color css
<style>
a { background-color: #29ADB3; }
a { background-color: rgb(41,173,179); }
div.DivClassName
{
background-color: #29ADB3;
}
.BgClassName
{
background-color: #29ADB3;
}
</style>
border-color css
<style>
span { border-color: #29ADB3; }
span { border-color: rgb(41,173,179); }
td.TdClassName
{
border-color: #29ADB3;
}
.TagClassName
{
border-color: #29ADB3;
}
</style>