Shades of Light Sea Green #2EBABC
Tints of Light Sea Green #2EBABC
RGB
CMYK
RGB Variations
Color information
#2EBABC (or 0x2EBABC) is known color: Light Sea Green. HEX triplet: 2E, BA and BC. RGB value is (46,186,188). Sum of RGB (Red+Green+Blue) = 46+186+188=420 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.95% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #2EBABC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBABC is #D14543. Grayscale: #909090. Windows color (decimal): -13714756 or 12368430. OLE color: 12368430.
HSL color Cylindrical-coordinate representation of color #2EBABC: hue angle of 180.85º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBABC is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 186 | 188 | - |
| CMYK | 0.76 | 0.01 | 0 | 0.26 |
| HSL | 180.85º | 0.61% | 0.46% | - |
| HSV(B) | 180.85º | 0.76% | 0.74% | - |
| XYZ | 27.76 | 39.33 | 53.71 | - |
| YUV | 144.37 | 152.62 | 57.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 186 | 188 | 0.76 | 0.01 | 0 | 0.26 | 180.85 | 0.61 | 0.46 |
| Hex | 2E | BA | BC | 4C | 1 | 0 | 1A | B5 | 3D | 2E |
| Octal | 56 | 272 | 274 | 114 | 1 | 0 | 32 | 265 | 75 | 56 |
| Binary | 101110 | 10111010 | 10111100 | 1001100 | 1 | 0 | 11010 | 10110101 | 111101 | 101110 |
Color Harmonies of #2EBABC
Complementary color
Monochromatic Colors of #2EBABC
Black with #2EBABC
Text Example
Text Example
White with #2EBABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBABC; }
p { color: rgb(46,186,188); }
H1.HeaderClassName
{
color: #2EBABC;
}
.AnyTagClassName
{
color: #2EBABC;
}
</style>
background-color css
<style>
a { background-color: #2EBABC; }
a { background-color: rgb(46,186,188); }
div.DivClassName
{
background-color: #2EBABC;
}
.BgClassName
{
background-color: #2EBABC;
}
</style>
border-color css
<style>
span { border-color: #2EBABC; }
span { border-color: rgb(46,186,188); }
td.TdClassName
{
border-color: #2EBABC;
}
.TagClassName
{
border-color: #2EBABC;
}
</style>