Shades of Light Sea Green #29C8AF
Tints of Light Sea Green #29C8AF
RGB
CMYK
RGB Variations
Color information
#29C8AF (or 0x29C8AF) is known color: Light Sea Green. HEX triplet: 29, C8 and AF. RGB value is (41,200,175). Sum of RGB (Red+Green+Blue) = 41+200+175=416 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.86% from 416); Green value is 200 (78.52% from 255 or 48.08% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 200 - color contains mainly: green. Hex color #29C8AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29C8AF is #D63750. Grayscale: #959595. Windows color (decimal): -14038865 or 11520041. OLE color: 11520041.
HSL color Cylindrical-coordinate representation of color #29C8AF: hue angle of 170.57º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29C8AF is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 41 | 200 | 175 | - |
| CMYK | 0.80 | 0 | 0.12 | 0.22 |
| HSL | 170.57º | 0.66% | 0.47% | - |
| HSV(B) | 170.57º | 0.8% | 0.78% | - |
| XYZ | 29.31 | 44.88 | 47.67 | - |
| YUV | 149.61 | 142.32 | 50.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 200 | 175 | 0.80 | 0 | 0.12 | 0.22 | 170.57 | 0.66 | 0.47 |
| Hex | 29 | C8 | AF | 50 | 0 | C | 16 | AB | 42 | 2F |
| Octal | 51 | 310 | 257 | 120 | 0 | 14 | 26 | 253 | 102 | 57 |
| Binary | 101001 | 11001000 | 10101111 | 1010000 | 0 | 1100 | 10110 | 10101011 | 1000010 | 101111 |
Color Harmonies of #29C8AF
Complementary color
Monochromatic Colors of #29C8AF
Black with #29C8AF
Text Example
Text Example
White with #29C8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C8AF; }
p { color: rgb(41,200,175); }
H1.HeaderClassName
{
color: #29C8AF;
}
.AnyTagClassName
{
color: #29C8AF;
}
</style>
background-color css
<style>
a { background-color: #29C8AF; }
a { background-color: rgb(41,200,175); }
div.DivClassName
{
background-color: #29C8AF;
}
.BgClassName
{
background-color: #29C8AF;
}
</style>
border-color css
<style>
span { border-color: #29C8AF; }
span { border-color: rgb(41,200,175); }
td.TdClassName
{
border-color: #29C8AF;
}
.TagClassName
{
border-color: #29C8AF;
}
</style>