Shades of Light Sea Green #2EC4BB
Tints of Light Sea Green #2EC4BB
RGB
CMYK
RGB Variations
Color information
#2EC4BB (or 0x2EC4BB) is known color: Light Sea Green. HEX triplet: 2E, C4 and BB. RGB value is (46,196,187). Sum of RGB (Red+Green+Blue) = 46+196+187=429 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.72% from 429); Green value is 196 (76.95% from 255 or 45.69% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 196 - color contains mainly: green. Hex color #2EC4BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EC4BB is #D13B44. Grayscale: #969696. Windows color (decimal): -13712197 or 12305454. OLE color: 12305454.
HSL color Cylindrical-coordinate representation of color #2EC4BB: hue angle of 176.4º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC4BB is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 46 | 196 | 187 | - |
| CMYK | 0.77 | 0 | 0.05 | 0.23 |
| HSL | 176.4º | 0.62% | 0.47% | - |
| HSV(B) | 176.4º | 0.77% | 0.77% | - |
| XYZ | 29.84 | 43.65 | 53.87 | - |
| YUV | 150.12 | 148.81 | 53.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 196 | 187 | 0.77 | 0 | 0.05 | 0.23 | 176.4 | 0.62 | 0.47 |
| Hex | 2E | C4 | BB | 4D | 0 | 5 | 17 | B0 | 3E | 2F |
| Octal | 56 | 304 | 273 | 115 | 0 | 5 | 27 | 260 | 76 | 57 |
| Binary | 101110 | 11000100 | 10111011 | 1001101 | 0 | 101 | 10111 | 10110000 | 111110 | 101111 |
Color Harmonies of #2EC4BB
Complementary color
Monochromatic Colors of #2EC4BB
Black with #2EC4BB
Text Example
Text Example
White with #2EC4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC4BB; }
p { color: rgb(46,196,187); }
H1.HeaderClassName
{
color: #2EC4BB;
}
.AnyTagClassName
{
color: #2EC4BB;
}
</style>
background-color css
<style>
a { background-color: #2EC4BB; }
a { background-color: rgb(46,196,187); }
div.DivClassName
{
background-color: #2EC4BB;
}
.BgClassName
{
background-color: #2EC4BB;
}
</style>
border-color css
<style>
span { border-color: #2EC4BB; }
span { border-color: rgb(46,196,187); }
td.TdClassName
{
border-color: #2EC4BB;
}
.TagClassName
{
border-color: #2EC4BB;
}
</style>