Shades of Light Sea Green #29BEA2
Tints of Light Sea Green #29BEA2
RGB
CMYK
RGB Variations
Color information
#29BEA2 (or 0x29BEA2) is known color: Light Sea Green. HEX triplet: 29, BE and A2. RGB value is (41,190,162). Sum of RGB (Red+Green+Blue) = 41+190+162=393 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.43% from 393); Green value is 190 (74.61% from 255 or 48.35% from 393); Blue value is 162 (63.67% from 255 or 41.22% from 393); Max value from RGB is 190 - color contains mainly: green. Hex color #29BEA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29BEA2 is #D6415D. Grayscale: #8E8E8E. Windows color (decimal): -14041438 or 10665513. OLE color: 10665513.
HSL color Cylindrical-coordinate representation of color #29BEA2: hue angle of 168.72º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29BEA2 is Cyan = 0.78, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 190 | 162 | - |
| CMYK | 0.78 | 0 | 0.15 | 0.25 |
| HSL | 168.72º | 0.65% | 0.45% | - |
| HSV(B) | 168.72º | 0.78% | 0.75% | - |
| XYZ | 25.85 | 39.91 | 40.52 | - |
| YUV | 142.26 | 139.14 | 55.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 190 | 162 | 0.78 | 0 | 0.15 | 0.25 | 168.72 | 0.65 | 0.45 |
| Hex | 29 | BE | A2 | 4E | 0 | F | 19 | A9 | 41 | 2D |
| Octal | 51 | 276 | 242 | 116 | 0 | 17 | 31 | 251 | 101 | 55 |
| Binary | 101001 | 10111110 | 10100010 | 1001110 | 0 | 1111 | 11001 | 10101001 | 1000001 | 101101 |
Color Harmonies of #29BEA2
Complementary color
Monochromatic Colors of #29BEA2
Black with #29BEA2
Text Example
Text Example
White with #29BEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BEA2; }
p { color: rgb(41,190,162); }
H1.HeaderClassName
{
color: #29BEA2;
}
.AnyTagClassName
{
color: #29BEA2;
}
</style>
background-color css
<style>
a { background-color: #29BEA2; }
a { background-color: rgb(41,190,162); }
div.DivClassName
{
background-color: #29BEA2;
}
.BgClassName
{
background-color: #29BEA2;
}
</style>
border-color css
<style>
span { border-color: #29BEA2; }
span { border-color: rgb(41,190,162); }
td.TdClassName
{
border-color: #29BEA2;
}
.TagClassName
{
border-color: #29BEA2;
}
</style>