Shades of Light Sea Green #2EC8BB
Tints of Light Sea Green #2EC8BB
RGB
CMYK
RGB Variations
Color information
#2EC8BB (or 0x2EC8BB) is known color: Light Sea Green. HEX triplet: 2E, C8 and BB. RGB value is (46,200,187). Sum of RGB (Red+Green+Blue) = 46+200+187=433 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.62% from 433); Green value is 200 (78.52% from 255 or 46.19% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 200 - color contains mainly: green. Hex color #2EC8BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EC8BB is #D13744. Grayscale: #989898. Windows color (decimal): -13711173 or 12306478. OLE color: 12306478.
HSL color Cylindrical-coordinate representation of color #2EC8BB: hue angle of 174.94º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC8BB is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 200 | 187 | - |
| CMYK | 0.77 | 0 | 0.06 | 0.22 |
| HSL | 174.94º | 0.63% | 0.48% | - |
| HSV(B) | 174.94º | 0.77% | 0.78% | - |
| XYZ | 30.75 | 45.48 | 54.17 | - |
| YUV | 152.47 | 147.48 | 52.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 200 | 187 | 0.77 | 0 | 0.06 | 0.22 | 174.94 | 0.63 | 0.48 |
| Hex | 2E | C8 | BB | 4D | 0 | 6 | 16 | AF | 3F | 30 |
| Octal | 56 | 310 | 273 | 115 | 0 | 6 | 26 | 257 | 77 | 60 |
| Binary | 101110 | 11001000 | 10111011 | 1001101 | 0 | 110 | 10110 | 10101111 | 111111 | 110000 |
Color Harmonies of #2EC8BB
Complementary color
Monochromatic Colors of #2EC8BB
Black with #2EC8BB
Text Example
Text Example
White with #2EC8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC8BB; }
p { color: rgb(46,200,187); }
H1.HeaderClassName
{
color: #2EC8BB;
}
.AnyTagClassName
{
color: #2EC8BB;
}
</style>
background-color css
<style>
a { background-color: #2EC8BB; }
a { background-color: rgb(46,200,187); }
div.DivClassName
{
background-color: #2EC8BB;
}
.BgClassName
{
background-color: #2EC8BB;
}
</style>
border-color css
<style>
span { border-color: #2EC8BB; }
span { border-color: rgb(46,200,187); }
td.TdClassName
{
border-color: #2EC8BB;
}
.TagClassName
{
border-color: #2EC8BB;
}
</style>