Shades of Light Sea Green #2EC9B6
Tints of Light Sea Green #2EC9B6
RGB
CMYK
RGB Variations
Color information
#2EC9B6 (or 0x2EC9B6) is known color: Light Sea Green. HEX triplet: 2E, C9 and B6. RGB value is (46,201,182). Sum of RGB (Red+Green+Blue) = 46+201+182=429 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.72% from 429); Green value is 201 (78.91% from 255 or 46.85% from 429); Blue value is 182 (71.48% from 255 or 42.42% from 429); Max value from RGB is 201 - color contains mainly: green. Hex color #2EC9B6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EC9B6 is #D13649. Grayscale: #989898. Windows color (decimal): -13710922 or 11979054. OLE color: 11979054.
HSL color Cylindrical-coordinate representation of color #2EC9B6: hue angle of 172.65º 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 #2EC9B6 is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 201 | 182 | - |
| CMYK | 0.77 | 0 | 0.09 | 0.21 |
| HSL | 172.65º | 0.63% | 0.48% | - |
| HSV(B) | 172.65º | 0.77% | 0.79% | - |
| XYZ | 30.46 | 45.73 | 51.48 | - |
| YUV | 152.49 | 144.65 | 52.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 201 | 182 | 0.77 | 0 | 0.09 | 0.21 | 172.65 | 0.63 | 0.48 |
| Hex | 2E | C9 | B6 | 4D | 0 | 9 | 15 | AD | 3F | 30 |
| Octal | 56 | 311 | 266 | 115 | 0 | 11 | 25 | 255 | 77 | 60 |
| Binary | 101110 | 11001001 | 10110110 | 1001101 | 0 | 1001 | 10101 | 10101101 | 111111 | 110000 |
Color Harmonies of #2EC9B6
Complementary color
Monochromatic Colors of #2EC9B6
Black with #2EC9B6
Text Example
Text Example
White with #2EC9B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC9B6; }
p { color: rgb(46,201,182); }
H1.HeaderClassName
{
color: #2EC9B6;
}
.AnyTagClassName
{
color: #2EC9B6;
}
</style>
background-color css
<style>
a { background-color: #2EC9B6; }
a { background-color: rgb(46,201,182); }
div.DivClassName
{
background-color: #2EC9B6;
}
.BgClassName
{
background-color: #2EC9B6;
}
</style>
border-color css
<style>
span { border-color: #2EC9B6; }
span { border-color: rgb(46,201,182); }
td.TdClassName
{
border-color: #2EC9B6;
}
.TagClassName
{
border-color: #2EC9B6;
}
</style>