Shades of Light Sea Green #2EC9B8
Tints of Light Sea Green #2EC9B8
RGB
CMYK
RGB Variations
Color information
#2EC9B8 (or 0x2EC9B8) is known color: Light Sea Green. HEX triplet: 2E, C9 and B8. RGB value is (46,201,184). Sum of RGB (Red+Green+Blue) = 46+201+184=431 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.67% from 431); Green value is 201 (78.91% from 255 or 46.64% from 431); Blue value is 184 (72.27% from 255 or 42.69% from 431); Max value from RGB is 201 - color contains mainly: green. Hex color #2EC9B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EC9B8 is #D13647. Grayscale: #989898. Windows color (decimal): -13710920 or 12110126. OLE color: 12110126.
HSL color Cylindrical-coordinate representation of color #2EC9B8: hue angle of 173.42º 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 #2EC9B8 is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 201 | 184 | - |
| CMYK | 0.77 | 0 | 0.08 | 0.21 |
| HSL | 173.42º | 0.63% | 0.48% | - |
| HSV(B) | 173.42º | 0.77% | 0.79% | - |
| XYZ | 30.67 | 45.81 | 52.57 | - |
| YUV | 152.72 | 145.65 | 51.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 201 | 184 | 0.77 | 0 | 0.08 | 0.21 | 173.42 | 0.63 | 0.48 |
| Hex | 2E | C9 | B8 | 4D | 0 | 8 | 15 | AD | 3F | 30 |
| Octal | 56 | 311 | 270 | 115 | 0 | 10 | 25 | 255 | 77 | 60 |
| Binary | 101110 | 11001001 | 10111000 | 1001101 | 0 | 1000 | 10101 | 10101101 | 111111 | 110000 |
Color Harmonies of #2EC9B8
Complementary color
Monochromatic Colors of #2EC9B8
Black with #2EC9B8
Text Example
Text Example
White with #2EC9B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC9B8; }
p { color: rgb(46,201,184); }
H1.HeaderClassName
{
color: #2EC9B8;
}
.AnyTagClassName
{
color: #2EC9B8;
}
</style>
background-color css
<style>
a { background-color: #2EC9B8; }
a { background-color: rgb(46,201,184); }
div.DivClassName
{
background-color: #2EC9B8;
}
.BgClassName
{
background-color: #2EC9B8;
}
</style>
border-color css
<style>
span { border-color: #2EC9B8; }
span { border-color: rgb(46,201,184); }
td.TdClassName
{
border-color: #2EC9B8;
}
.TagClassName
{
border-color: #2EC9B8;
}
</style>