Shades of Light Sea Green #29A8AD
Tints of Light Sea Green #29A8AD
RGB
CMYK
RGB Variations
Color information
#29A8AD (or 0x29A8AD) is known color: Light Sea Green. HEX triplet: 29, A8 and AD. RGB value is (41,168,173). Sum of RGB (Red+Green+Blue) = 41+168+173=382 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.73% from 382); Green value is 168 (66.02% from 255 or 43.98% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 173 - color contains mainly: blue. Hex color #29A8AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29A8AD is #D65752. Grayscale: #828282. Windows color (decimal): -14047059 or 11380777. OLE color: 11380777.
HSL color Cylindrical-coordinate representation of color #29A8AD: hue angle of 182.27º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29A8AD is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 41 | 168 | 173 | - |
| CMYK | 0.76 | 0.03 | 0 | 0.32 |
| HSL | 182.27º | 0.62% | 0.42% | - |
| HSV(B) | 182.27º | 0.76% | 0.68% | - |
| XYZ | 22.46 | 31.49 | 44.43 | - |
| YUV | 130.6 | 151.92 | 64.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 168 | 173 | 0.76 | 0.03 | 0 | 0.32 | 182.27 | 0.62 | 0.42 |
| Hex | 29 | A8 | AD | 4C | 3 | 0 | 20 | B6 | 3E | 2A |
| Octal | 51 | 250 | 255 | 114 | 3 | 0 | 40 | 266 | 76 | 52 |
| Binary | 101001 | 10101000 | 10101101 | 1001100 | 11 | 0 | 100000 | 10110110 | 111110 | 101010 |
Color Harmonies of #29A8AD
Complementary color
Monochromatic Colors of #29A8AD
Black with #29A8AD
Text Example
Text Example
White with #29A8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29A8AD; }
p { color: rgb(41,168,173); }
H1.HeaderClassName
{
color: #29A8AD;
}
.AnyTagClassName
{
color: #29A8AD;
}
</style>
background-color css
<style>
a { background-color: #29A8AD; }
a { background-color: rgb(41,168,173); }
div.DivClassName
{
background-color: #29A8AD;
}
.BgClassName
{
background-color: #29A8AD;
}
</style>
border-color css
<style>
span { border-color: #29A8AD; }
span { border-color: rgb(41,168,173); }
td.TdClassName
{
border-color: #29A8AD;
}
.TagClassName
{
border-color: #29A8AD;
}
</style>