Shades of Light Sea Green #2EC0B9
Tints of Light Sea Green #2EC0B9
RGB
CMYK
RGB Variations
Color information
#2EC0B9 (or 0x2EC0B9) is known color: Light Sea Green. HEX triplet: 2E, C0 and B9. RGB value is (46,192,185). Sum of RGB (Red+Green+Blue) = 46+192+185=423 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.87% from 423); Green value is 192 (75.39% from 255 or 45.39% from 423); Blue value is 185 (72.66% from 255 or 43.74% from 423); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC0B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EC0B9 is #D13F46. Grayscale: #939393. Windows color (decimal): -13713223 or 12173358. OLE color: 12173358.
HSL color Cylindrical-coordinate representation of color #2EC0B9: hue angle of 177.12º 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 #2EC0B9 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 192 | 185 | - |
| CMYK | 0.76 | 0 | 0.04 | 0.25 |
| HSL | 177.12º | 0.61% | 0.47% | - |
| HSV(B) | 177.12º | 0.76% | 0.75% | - |
| XYZ | 28.73 | 41.78 | 52.45 | - |
| YUV | 147.55 | 149.13 | 55.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 192 | 185 | 0.76 | 0 | 0.04 | 0.25 | 177.12 | 0.61 | 0.47 |
| Hex | 2E | C0 | B9 | 4C | 0 | 4 | 19 | B1 | 3D | 2F |
| Octal | 56 | 300 | 271 | 114 | 0 | 4 | 31 | 261 | 75 | 57 |
| Binary | 101110 | 11000000 | 10111001 | 1001100 | 0 | 100 | 11001 | 10110001 | 111101 | 101111 |
Color Harmonies of #2EC0B9
Complementary color
Monochromatic Colors of #2EC0B9
Black with #2EC0B9
Text Example
Text Example
White with #2EC0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC0B9; }
p { color: rgb(46,192,185); }
H1.HeaderClassName
{
color: #2EC0B9;
}
.AnyTagClassName
{
color: #2EC0B9;
}
</style>
background-color css
<style>
a { background-color: #2EC0B9; }
a { background-color: rgb(46,192,185); }
div.DivClassName
{
background-color: #2EC0B9;
}
.BgClassName
{
background-color: #2EC0B9;
}
</style>
border-color css
<style>
span { border-color: #2EC0B9; }
span { border-color: rgb(46,192,185); }
td.TdClassName
{
border-color: #2EC0B9;
}
.TagClassName
{
border-color: #2EC0B9;
}
</style>