Shades of Light Sea Green #2EABAC
Tints of Light Sea Green #2EABAC
RGB
CMYK
RGB Variations
Color information
#2EABAC (or 0x2EABAC) is known color: Light Sea Green. HEX triplet: 2E, AB and AC. RGB value is (46,171,172). Sum of RGB (Red+Green+Blue) = 46+171+172=389 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.83% from 389); Green value is 171 (67.19% from 255 or 43.96% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 172 - color contains mainly: blue. Hex color #2EABAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EABAC is #D15453. Grayscale: #858585. Windows color (decimal): -13718612 or 11316014. OLE color: 11316014.
HSL color Cylindrical-coordinate representation of color #2EABAC: hue angle of 180.48º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EABAC is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 171 | 172 | - |
| CMYK | 0.73 | 0.01 | 0 | 0.33 |
| HSL | 180.48º | 0.58% | 0.43% | - |
| HSV(B) | 180.48º | 0.73% | 0.67% | - |
| XYZ | 23.14 | 32.69 | 44.12 | - |
| YUV | 133.74 | 149.59 | 65.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 171 | 172 | 0.73 | 0.01 | 0 | 0.33 | 180.48 | 0.58 | 0.43 |
| Hex | 2E | AB | AC | 49 | 1 | 0 | 21 | B4 | 3A | 2B |
| Octal | 56 | 253 | 254 | 111 | 1 | 0 | 41 | 264 | 72 | 53 |
| Binary | 101110 | 10101011 | 10101100 | 1001001 | 1 | 0 | 100001 | 10110100 | 111010 | 101011 |
Color Harmonies of #2EABAC
Complementary color
Monochromatic Colors of #2EABAC
Black with #2EABAC
Text Example
Text Example
White with #2EABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EABAC; }
p { color: rgb(46,171,172); }
H1.HeaderClassName
{
color: #2EABAC;
}
.AnyTagClassName
{
color: #2EABAC;
}
</style>
background-color css
<style>
a { background-color: #2EABAC; }
a { background-color: rgb(46,171,172); }
div.DivClassName
{
background-color: #2EABAC;
}
.BgClassName
{
background-color: #2EABAC;
}
</style>
border-color css
<style>
span { border-color: #2EABAC; }
span { border-color: rgb(46,171,172); }
td.TdClassName
{
border-color: #2EABAC;
}
.TagClassName
{
border-color: #2EABAC;
}
</style>