Shades of Light Sea Green #29AFBC
Tints of Light Sea Green #29AFBC
RGB
CMYK
RGB Variations
Color information
#29AFBC (or 0x29AFBC) is known color: Light Sea Green. HEX triplet: 29, AF and BC. RGB value is (41,175,188). Sum of RGB (Red+Green+Blue) = 41+175+188=404 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.15% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #29AFBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29AFBC is #D65043. Grayscale: #888888. Windows color (decimal): -14045252 or 12365609. OLE color: 12365609.
HSL color Cylindrical-coordinate representation of color #29AFBC: hue angle of 185.31º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29AFBC is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 175 | 188 | - |
| CMYK | 0.78 | 0.07 | 0 | 0.26 |
| HSL | 185.31º | 0.64% | 0.45% | - |
| HSV(B) | 185.31º | 0.78% | 0.74% | - |
| XYZ | 25.32 | 34.76 | 52.95 | - |
| YUV | 136.42 | 157.11 | 59.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 175 | 188 | 0.78 | 0.07 | 0 | 0.26 | 185.31 | 0.64 | 0.45 |
| Hex | 29 | AF | BC | 4E | 7 | 0 | 1A | B9 | 40 | 2D |
| Octal | 51 | 257 | 274 | 116 | 7 | 0 | 32 | 271 | 100 | 55 |
| Binary | 101001 | 10101111 | 10111100 | 1001110 | 111 | 0 | 11010 | 10111001 | 1000000 | 101101 |
Color Harmonies of #29AFBC
Complementary color
Monochromatic Colors of #29AFBC
Black with #29AFBC
Text Example
Text Example
White with #29AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29AFBC; }
p { color: rgb(41,175,188); }
H1.HeaderClassName
{
color: #29AFBC;
}
.AnyTagClassName
{
color: #29AFBC;
}
</style>
background-color css
<style>
a { background-color: #29AFBC; }
a { background-color: rgb(41,175,188); }
div.DivClassName
{
background-color: #29AFBC;
}
.BgClassName
{
background-color: #29AFBC;
}
</style>
border-color css
<style>
span { border-color: #29AFBC; }
span { border-color: rgb(41,175,188); }
td.TdClassName
{
border-color: #29AFBC;
}
.TagClassName
{
border-color: #29AFBC;
}
</style>