Shades of Light Sea Green #2EB8AD
Tints of Light Sea Green #2EB8AD
RGB
CMYK
RGB Variations
Color information
#2EB8AD (or 0x2EB8AD) is known color: Light Sea Green. HEX triplet: 2E, B8 and AD. RGB value is (46,184,173). Sum of RGB (Red+Green+Blue) = 46+184+173=403 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.41% from 403); Green value is 184 (72.27% from 255 or 45.66% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 184 - color contains mainly: green. Hex color #2EB8AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB8AD is #D14752. Grayscale: #8D8D8D. Windows color (decimal): -13715283 or 11384878. OLE color: 11384878.
HSL color Cylindrical-coordinate representation of color #2EB8AD: hue angle of 175.22º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB8AD is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 46 | 184 | 173 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.28 |
| HSL | 175.22º | 0.6% | 0.45% | - |
| HSV(B) | 175.22º | 0.75% | 0.72% | - |
| XYZ | 25.81 | 37.88 | 45.49 | - |
| YUV | 141.48 | 145.78 | 59.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 184 | 173 | 0.75 | 0 | 0.06 | 0.28 | 175.22 | 0.6 | 0.45 |
| Hex | 2E | B8 | AD | 4B | 0 | 6 | 1C | AF | 3C | 2D |
| Octal | 56 | 270 | 255 | 113 | 0 | 6 | 34 | 257 | 74 | 55 |
| Binary | 101110 | 10111000 | 10101101 | 1001011 | 0 | 110 | 11100 | 10101111 | 111100 | 101101 |
Color Harmonies of #2EB8AD
Complementary color
Monochromatic Colors of #2EB8AD
Black with #2EB8AD
Text Example
Text Example
White with #2EB8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB8AD; }
p { color: rgb(46,184,173); }
H1.HeaderClassName
{
color: #2EB8AD;
}
.AnyTagClassName
{
color: #2EB8AD;
}
</style>
background-color css
<style>
a { background-color: #2EB8AD; }
a { background-color: rgb(46,184,173); }
div.DivClassName
{
background-color: #2EB8AD;
}
.BgClassName
{
background-color: #2EB8AD;
}
</style>
border-color css
<style>
span { border-color: #2EB8AD; }
span { border-color: rgb(46,184,173); }
td.TdClassName
{
border-color: #2EB8AD;
}
.TagClassName
{
border-color: #2EB8AD;
}
</style>