Shades of Light Sea Green #29C2C6
Tints of Light Sea Green #29C2C6
RGB
CMYK
RGB Variations
Color information
#29C2C6 (or 0x29C2C6) is known color: Light Sea Green. HEX triplet: 29, C2 and C6. RGB value is (41,194,198). Sum of RGB (Red+Green+Blue) = 41+194+198=433 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.47% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 198 (77.73% from 255 or 45.73% from 433); Max value from RGB is 198 - color contains mainly: blue. Hex color #29C2C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29C2C6 is #D63D39. Grayscale: #949494. Windows color (decimal): -14040378 or 13025833. OLE color: 13025833.
HSL color Cylindrical-coordinate representation of color #29C2C6: hue angle of 181.53º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29C2C6 is Cyan = 0.79, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 41 | 194 | 198 | - |
| CMYK | 0.79 | 0.02 | 0 | 0.22 |
| HSL | 181.53º | 0.66% | 0.47% | - |
| HSV(B) | 181.53º | 0.79% | 0.78% | - |
| XYZ | 30.4 | 43.13 | 60.15 | - |
| YUV | 148.71 | 155.81 | 51.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 194 | 198 | 0.79 | 0.02 | 0 | 0.22 | 181.53 | 0.66 | 0.47 |
| Hex | 29 | C2 | C6 | 4F | 2 | 0 | 16 | B6 | 42 | 2F |
| Octal | 51 | 302 | 306 | 117 | 2 | 0 | 26 | 266 | 102 | 57 |
| Binary | 101001 | 11000010 | 11000110 | 1001111 | 10 | 0 | 10110 | 10110110 | 1000010 | 101111 |
Color Harmonies of #29C2C6
Complementary color
Monochromatic Colors of #29C2C6
Black with #29C2C6
Text Example
Text Example
White with #29C2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C2C6; }
p { color: rgb(41,194,198); }
H1.HeaderClassName
{
color: #29C2C6;
}
.AnyTagClassName
{
color: #29C2C6;
}
</style>
background-color css
<style>
a { background-color: #29C2C6; }
a { background-color: rgb(41,194,198); }
div.DivClassName
{
background-color: #29C2C6;
}
.BgClassName
{
background-color: #29C2C6;
}
</style>
border-color css
<style>
span { border-color: #29C2C6; }
span { border-color: rgb(41,194,198); }
td.TdClassName
{
border-color: #29C2C6;
}
.TagClassName
{
border-color: #29C2C6;
}
</style>