Shades of Light Sea Green #2EC9BA
Tints of Light Sea Green #2EC9BA
RGB
CMYK
RGB Variations
Color information
#2EC9BA (or 0x2EC9BA) is known color: Light Sea Green. HEX triplet: 2E, C9 and BA. RGB value is (46,201,186). Sum of RGB (Red+Green+Blue) = 46+201+186=433 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.62% from 433); Green value is 201 (78.91% from 255 or 46.42% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 201 - color contains mainly: green. Hex color #2EC9BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EC9BA is #D13645. Grayscale: #989898. Windows color (decimal): -13710918 or 12241198. OLE color: 12241198.
HSL color Cylindrical-coordinate representation of color #2EC9BA: hue angle of 174.19º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC9BA is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 201 | 186 | - |
| CMYK | 0.77 | 0 | 0.07 | 0.21 |
| HSL | 174.19º | 0.63% | 0.48% | - |
| HSV(B) | 174.19º | 0.77% | 0.79% | - |
| XYZ | 30.88 | 45.9 | 53.69 | - |
| YUV | 152.95 | 146.65 | 51.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 201 | 186 | 0.77 | 0 | 0.07 | 0.21 | 174.19 | 0.63 | 0.48 |
| Hex | 2E | C9 | BA | 4D | 0 | 7 | 15 | AE | 3F | 30 |
| Octal | 56 | 311 | 272 | 115 | 0 | 7 | 25 | 256 | 77 | 60 |
| Binary | 101110 | 11001001 | 10111010 | 1001101 | 0 | 111 | 10101 | 10101110 | 111111 | 110000 |
Color Harmonies of #2EC9BA
Complementary color
Monochromatic Colors of #2EC9BA
Black with #2EC9BA
Text Example
Text Example
White with #2EC9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC9BA; }
p { color: rgb(46,201,186); }
H1.HeaderClassName
{
color: #2EC9BA;
}
.AnyTagClassName
{
color: #2EC9BA;
}
</style>
background-color css
<style>
a { background-color: #2EC9BA; }
a { background-color: rgb(46,201,186); }
div.DivClassName
{
background-color: #2EC9BA;
}
.BgClassName
{
background-color: #2EC9BA;
}
</style>
border-color css
<style>
span { border-color: #2EC9BA; }
span { border-color: rgb(46,201,186); }
td.TdClassName
{
border-color: #2EC9BA;
}
.TagClassName
{
border-color: #2EC9BA;
}
</style>