Shades of Light Sea Green #29B9C0
Tints of Light Sea Green #29B9C0
RGB
CMYK
RGB Variations
Color information
#29B9C0 (or 0x29B9C0) is known color: Light Sea Green. HEX triplet: 29, B9 and C0. RGB value is (41,185,192). Sum of RGB (Red+Green+Blue) = 41+185+192=418 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.81% from 418); Green value is 185 (72.66% from 255 or 44.26% from 418); Blue value is 192 (75.39% from 255 or 45.93% from 418); Max value from RGB is 192 - color contains mainly: blue. Hex color #29B9C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29B9C0 is #D6463F. Grayscale: #8E8E8E. Windows color (decimal): -14042688 or 12630313. OLE color: 12630313.
HSL color Cylindrical-coordinate representation of color #29B9C0: hue angle of 182.78º 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 #29B9C0 is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 185 | 192 | - |
| CMYK | 0.79 | 0.04 | 0 | 0.25 |
| HSL | 182.78º | 0.65% | 0.46% | - |
| HSV(B) | 182.78º | 0.79% | 0.75% | - |
| XYZ | 27.78 | 38.98 | 55.93 | - |
| YUV | 142.74 | 155.79 | 55.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 185 | 192 | 0.79 | 0.04 | 0 | 0.25 | 182.78 | 0.65 | 0.46 |
| Hex | 29 | B9 | C0 | 4F | 4 | 0 | 19 | B7 | 41 | 2E |
| Octal | 51 | 271 | 300 | 117 | 4 | 0 | 31 | 267 | 101 | 56 |
| Binary | 101001 | 10111001 | 11000000 | 1001111 | 100 | 0 | 11001 | 10110111 | 1000001 | 101110 |
Color Harmonies of #29B9C0
Complementary color
Monochromatic Colors of #29B9C0
Black with #29B9C0
Text Example
Text Example
White with #29B9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29B9C0; }
p { color: rgb(41,185,192); }
H1.HeaderClassName
{
color: #29B9C0;
}
.AnyTagClassName
{
color: #29B9C0;
}
</style>
background-color css
<style>
a { background-color: #29B9C0; }
a { background-color: rgb(41,185,192); }
div.DivClassName
{
background-color: #29B9C0;
}
.BgClassName
{
background-color: #29B9C0;
}
</style>
border-color css
<style>
span { border-color: #29B9C0; }
span { border-color: rgb(41,185,192); }
td.TdClassName
{
border-color: #29B9C0;
}
.TagClassName
{
border-color: #29B9C0;
}
</style>