Shades of Light Sea Green #2EBDBA
Tints of Light Sea Green #2EBDBA
RGB
CMYK
RGB Variations
Color information
#2EBDBA (or 0x2EBDBA) is known color: Light Sea Green. HEX triplet: 2E, BD and BA. RGB value is (46,189,186). Sum of RGB (Red+Green+Blue) = 46+189+186=421 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.93% from 421); Green value is 189 (74.22% from 255 or 44.89% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 189 - color contains mainly: green. Hex color #2EBDBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBDBA is #D14245. Grayscale: #919191. Windows color (decimal): -13713990 or 12238126. OLE color: 12238126.
HSL color Cylindrical-coordinate representation of color #2EBDBA: hue angle of 178.74º 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 #2EBDBA is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 189 | 186 | - |
| CMYK | 0.76 | 0 | 0.02 | 0.26 |
| HSL | 178.74º | 0.61% | 0.46% | - |
| HSV(B) | 178.74º | 0.76% | 0.74% | - |
| XYZ | 28.19 | 40.52 | 52.79 | - |
| YUV | 145.9 | 150.62 | 56.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 189 | 186 | 0.76 | 0 | 0.02 | 0.26 | 178.74 | 0.61 | 0.46 |
| Hex | 2E | BD | BA | 4C | 0 | 2 | 1A | B3 | 3D | 2E |
| Octal | 56 | 275 | 272 | 114 | 0 | 2 | 32 | 263 | 75 | 56 |
| Binary | 101110 | 10111101 | 10111010 | 1001100 | 0 | 10 | 11010 | 10110011 | 111101 | 101110 |
Color Harmonies of #2EBDBA
Complementary color
Monochromatic Colors of #2EBDBA
Black with #2EBDBA
Text Example
Text Example
White with #2EBDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBDBA; }
p { color: rgb(46,189,186); }
H1.HeaderClassName
{
color: #2EBDBA;
}
.AnyTagClassName
{
color: #2EBDBA;
}
</style>
background-color css
<style>
a { background-color: #2EBDBA; }
a { background-color: rgb(46,189,186); }
div.DivClassName
{
background-color: #2EBDBA;
}
.BgClassName
{
background-color: #2EBDBA;
}
</style>
border-color css
<style>
span { border-color: #2EBDBA; }
span { border-color: rgb(46,189,186); }
td.TdClassName
{
border-color: #2EBDBA;
}
.TagClassName
{
border-color: #2EBDBA;
}
</style>