Shades of Light Sea Green #29BFC5
Tints of Light Sea Green #29BFC5
RGB
CMYK
RGB Variations
Color information
#29BFC5 (or 0x29BFC5) is known color: Light Sea Green. HEX triplet: 29, BF and C5. RGB value is (41,191,197). Sum of RGB (Red+Green+Blue) = 41+191+197=429 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.56% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 197 (77.34% from 255 or 45.92% from 429); Max value from RGB is 197 - color contains mainly: blue. Hex color #29BFC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BFC5 is #D6403A. Grayscale: #929292. Windows color (decimal): -14041147 or 12959529. OLE color: 12959529.
HSL color Cylindrical-coordinate representation of color #29BFC5: hue angle of 182.31º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29BFC5 is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 41 | 191 | 197 | - |
| CMYK | 0.79 | 0.03 | 0 | 0.23 |
| HSL | 182.31º | 0.66% | 0.47% | - |
| HSV(B) | 182.31º | 0.79% | 0.77% | - |
| XYZ | 29.62 | 41.76 | 59.32 | - |
| YUV | 146.83 | 156.31 | 52.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 191 | 197 | 0.79 | 0.03 | 0 | 0.23 | 182.31 | 0.66 | 0.47 |
| Hex | 29 | BF | C5 | 4F | 3 | 0 | 17 | B6 | 42 | 2F |
| Octal | 51 | 277 | 305 | 117 | 3 | 0 | 27 | 266 | 102 | 57 |
| Binary | 101001 | 10111111 | 11000101 | 1001111 | 11 | 0 | 10111 | 10110110 | 1000010 | 101111 |
Color Harmonies of #29BFC5
Complementary color
Monochromatic Colors of #29BFC5
Black with #29BFC5
Text Example
Text Example
White with #29BFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BFC5; }
p { color: rgb(41,191,197); }
H1.HeaderClassName
{
color: #29BFC5;
}
.AnyTagClassName
{
color: #29BFC5;
}
</style>
background-color css
<style>
a { background-color: #29BFC5; }
a { background-color: rgb(41,191,197); }
div.DivClassName
{
background-color: #29BFC5;
}
.BgClassName
{
background-color: #29BFC5;
}
</style>
border-color css
<style>
span { border-color: #29BFC5; }
span { border-color: rgb(41,191,197); }
td.TdClassName
{
border-color: #29BFC5;
}
.TagClassName
{
border-color: #29BFC5;
}
</style>