Shades of Light Sea Green #29B3C0
Tints of Light Sea Green #29B3C0
RGB
CMYK
RGB Variations
Color information
#29B3C0 (or 0x29B3C0) is known color: Light Sea Green. HEX triplet: 29, B3 and C0. RGB value is (41,179,192). Sum of RGB (Red+Green+Blue) = 41+179+192=412 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.95% from 412); Green value is 179 (70.31% from 255 or 43.45% from 412); Blue value is 192 (75.39% from 255 or 46.60% from 412); Max value from RGB is 192 - color contains mainly: blue. Hex color #29B3C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29B3C0 is #D64C3F. Grayscale: #8B8B8B. Windows color (decimal): -14044224 or 12628777. OLE color: 12628777.
HSL color Cylindrical-coordinate representation of color #29B3C0: hue angle of 185.17º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29B3C0 is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 179 | 192 | - |
| CMYK | 0.79 | 0.07 | 0 | 0.25 |
| HSL | 185.17º | 0.65% | 0.46% | - |
| HSV(B) | 185.17º | 0.79% | 0.75% | - |
| XYZ | 26.55 | 36.52 | 55.52 | - |
| YUV | 139.22 | 157.78 | 57.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 179 | 192 | 0.79 | 0.07 | 0 | 0.25 | 185.17 | 0.65 | 0.46 |
| Hex | 29 | B3 | C0 | 4F | 7 | 0 | 19 | B9 | 41 | 2E |
| Octal | 51 | 263 | 300 | 117 | 7 | 0 | 31 | 271 | 101 | 56 |
| Binary | 101001 | 10110011 | 11000000 | 1001111 | 111 | 0 | 11001 | 10111001 | 1000001 | 101110 |
Color Harmonies of #29B3C0
Complementary color
Monochromatic Colors of #29B3C0
Black with #29B3C0
Text Example
Text Example
White with #29B3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29B3C0; }
p { color: rgb(41,179,192); }
H1.HeaderClassName
{
color: #29B3C0;
}
.AnyTagClassName
{
color: #29B3C0;
}
</style>
background-color css
<style>
a { background-color: #29B3C0; }
a { background-color: rgb(41,179,192); }
div.DivClassName
{
background-color: #29B3C0;
}
.BgClassName
{
background-color: #29B3C0;
}
</style>
border-color css
<style>
span { border-color: #29B3C0; }
span { border-color: rgb(41,179,192); }
td.TdClassName
{
border-color: #29B3C0;
}
.TagClassName
{
border-color: #29B3C0;
}
</style>