Shades of Light Sea Green #2EB8A3
Tints of Light Sea Green #2EB8A3
RGB
CMYK
RGB Variations
Color information
#2EB8A3 (or 0x2EB8A3) is known color: Light Sea Green. HEX triplet: 2E, B8 and A3. RGB value is (46,184,163). Sum of RGB (Red+Green+Blue) = 46+184+163=393 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.70% from 393); Green value is 184 (72.27% from 255 or 46.82% from 393); Blue value is 163 (64.06% from 255 or 41.48% from 393); Max value from RGB is 184 - color contains mainly: green. Hex color #2EB8A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB8A3 is #D1475C. Grayscale: #8C8C8C. Windows color (decimal): -13715293 or 10729518. OLE color: 10729518.
HSL color Cylindrical-coordinate representation of color #2EB8A3: hue angle of 170.87º 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 #2EB8A3 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 46 | 184 | 163 | - |
| CMYK | 0.75 | 0 | 0.11 | 0.28 |
| HSL | 170.87º | 0.6% | 0.45% | - |
| HSV(B) | 170.87º | 0.75% | 0.72% | - |
| XYZ | 24.88 | 37.51 | 40.58 | - |
| YUV | 140.34 | 140.78 | 60.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 184 | 163 | 0.75 | 0 | 0.11 | 0.28 | 170.87 | 0.6 | 0.45 |
| Hex | 2E | B8 | A3 | 4B | 0 | B | 1C | AB | 3C | 2D |
| Octal | 56 | 270 | 243 | 113 | 0 | 13 | 34 | 253 | 74 | 55 |
| Binary | 101110 | 10111000 | 10100011 | 1001011 | 0 | 1011 | 11100 | 10101011 | 111100 | 101101 |
Color Harmonies of #2EB8A3
Complementary color
Monochromatic Colors of #2EB8A3
Black with #2EB8A3
Text Example
Text Example
White with #2EB8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB8A3; }
p { color: rgb(46,184,163); }
H1.HeaderClassName
{
color: #2EB8A3;
}
.AnyTagClassName
{
color: #2EB8A3;
}
</style>
background-color css
<style>
a { background-color: #2EB8A3; }
a { background-color: rgb(46,184,163); }
div.DivClassName
{
background-color: #2EB8A3;
}
.BgClassName
{
background-color: #2EB8A3;
}
</style>
border-color css
<style>
span { border-color: #2EB8A3; }
span { border-color: rgb(46,184,163); }
td.TdClassName
{
border-color: #2EB8A3;
}
.TagClassName
{
border-color: #2EB8A3;
}
</style>