Shades of Light Sea Green #2EACB7
Tints of Light Sea Green #2EACB7
RGB
CMYK
RGB Variations
Color information
#2EACB7 (or 0x2EACB7) is known color: Light Sea Green. HEX triplet: 2E, AC and B7. RGB value is (46,172,183). Sum of RGB (Red+Green+Blue) = 46+172+183=401 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.47% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 183 (71.88% from 255 or 45.64% from 401); Max value from RGB is 183 - color contains mainly: blue. Hex color #2EACB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EACB7 is #D15348. Grayscale: #878787. Windows color (decimal): -13718345 or 12037166. OLE color: 12037166.
HSL color Cylindrical-coordinate representation of color #2EACB7: hue angle of 184.82º 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 #2EACB7 is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 46 | 172 | 183 | - |
| CMYK | 0.75 | 0.06 | 0 | 0.28 |
| HSL | 184.82º | 0.6% | 0.45% | - |
| HSV(B) | 184.82º | 0.75% | 0.72% | - |
| XYZ | 24.43 | 33.5 | 49.98 | - |
| YUV | 135.58 | 154.76 | 64.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 172 | 183 | 0.75 | 0.06 | 0 | 0.28 | 184.82 | 0.6 | 0.45 |
| Hex | 2E | AC | B7 | 4B | 6 | 0 | 1C | B9 | 3C | 2D |
| Octal | 56 | 254 | 267 | 113 | 6 | 0 | 34 | 271 | 74 | 55 |
| Binary | 101110 | 10101100 | 10110111 | 1001011 | 110 | 0 | 11100 | 10111001 | 111100 | 101101 |
Color Harmonies of #2EACB7
Complementary color
Monochromatic Colors of #2EACB7
Black with #2EACB7
Text Example
Text Example
White with #2EACB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EACB7; }
p { color: rgb(46,172,183); }
H1.HeaderClassName
{
color: #2EACB7;
}
.AnyTagClassName
{
color: #2EACB7;
}
</style>
background-color css
<style>
a { background-color: #2EACB7; }
a { background-color: rgb(46,172,183); }
div.DivClassName
{
background-color: #2EACB7;
}
.BgClassName
{
background-color: #2EACB7;
}
</style>
border-color css
<style>
span { border-color: #2EACB7; }
span { border-color: rgb(46,172,183); }
td.TdClassName
{
border-color: #2EACB7;
}
.TagClassName
{
border-color: #2EACB7;
}
</style>