Shades of Light Sea Green #2EC0BD
Tints of Light Sea Green #2EC0BD
RGB
CMYK
RGB Variations
Color information
#2EC0BD (or 0x2EC0BD) is known color: Light Sea Green. HEX triplet: 2E, C0 and BD. RGB value is (46,192,189). Sum of RGB (Red+Green+Blue) = 46+192+189=427 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.77% from 427); Green value is 192 (75.39% from 255 or 44.96% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC0BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EC0BD is #D13F42. Grayscale: #939393. Windows color (decimal): -13713219 or 12435502. OLE color: 12435502.
HSL color Cylindrical-coordinate representation of color #2EC0BD: hue angle of 178.77º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC0BD is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 192 | 189 | - |
| CMYK | 0.76 | 0 | 0.02 | 0.25 |
| HSL | 178.77º | 0.61% | 0.47% | - |
| HSV(B) | 178.77º | 0.76% | 0.75% | - |
| XYZ | 29.16 | 41.95 | 54.71 | - |
| YUV | 148 | 151.13 | 55.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 192 | 189 | 0.76 | 0 | 0.02 | 0.25 | 178.77 | 0.61 | 0.47 |
| Hex | 2E | C0 | BD | 4C | 0 | 2 | 19 | B3 | 3D | 2F |
| Octal | 56 | 300 | 275 | 114 | 0 | 2 | 31 | 263 | 75 | 57 |
| Binary | 101110 | 11000000 | 10111101 | 1001100 | 0 | 10 | 11001 | 10110011 | 111101 | 101111 |
Color Harmonies of #2EC0BD
Complementary color
Monochromatic Colors of #2EC0BD
Black with #2EC0BD
Text Example
Text Example
White with #2EC0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC0BD; }
p { color: rgb(46,192,189); }
H1.HeaderClassName
{
color: #2EC0BD;
}
.AnyTagClassName
{
color: #2EC0BD;
}
</style>
background-color css
<style>
a { background-color: #2EC0BD; }
a { background-color: rgb(46,192,189); }
div.DivClassName
{
background-color: #2EC0BD;
}
.BgClassName
{
background-color: #2EC0BD;
}
</style>
border-color css
<style>
span { border-color: #2EC0BD; }
span { border-color: rgb(46,192,189); }
td.TdClassName
{
border-color: #2EC0BD;
}
.TagClassName
{
border-color: #2EC0BD;
}
</style>