Shades of Light Sea Green #2EACAF
Tints of Light Sea Green #2EACAF
RGB
CMYK
RGB Variations
Color information
#2EACAF (or 0x2EACAF) is known color: Light Sea Green. HEX triplet: 2E, AC and AF. RGB value is (46,172,175). Sum of RGB (Red+Green+Blue) = 46+172+175=393 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.70% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #2EACAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EACAF is #D15350. Grayscale: #868686. Windows color (decimal): -13718353 or 11512878. OLE color: 11512878.
HSL color Cylindrical-coordinate representation of color #2EACAF: hue angle of 181.4º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EACAF is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 172 | 175 | - |
| CMYK | 0.74 | 0.02 | 0 | 0.31 |
| HSL | 181.4º | 0.58% | 0.43% | - |
| HSV(B) | 181.4º | 0.74% | 0.69% | - |
| XYZ | 23.62 | 33.18 | 45.72 | - |
| YUV | 134.67 | 150.76 | 64.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 172 | 175 | 0.74 | 0.02 | 0 | 0.31 | 181.4 | 0.58 | 0.43 |
| Hex | 2E | AC | AF | 4A | 2 | 0 | 1F | B5 | 3A | 2B |
| Octal | 56 | 254 | 257 | 112 | 2 | 0 | 37 | 265 | 72 | 53 |
| Binary | 101110 | 10101100 | 10101111 | 1001010 | 10 | 0 | 11111 | 10110101 | 111010 | 101011 |
Color Harmonies of #2EACAF
Complementary color
Monochromatic Colors of #2EACAF
Black with #2EACAF
Text Example
Text Example
White with #2EACAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EACAF; }
p { color: rgb(46,172,175); }
H1.HeaderClassName
{
color: #2EACAF;
}
.AnyTagClassName
{
color: #2EACAF;
}
</style>
background-color css
<style>
a { background-color: #2EACAF; }
a { background-color: rgb(46,172,175); }
div.DivClassName
{
background-color: #2EACAF;
}
.BgClassName
{
background-color: #2EACAF;
}
</style>
border-color css
<style>
span { border-color: #2EACAF; }
span { border-color: rgb(46,172,175); }
td.TdClassName
{
border-color: #2EACAF;
}
.TagClassName
{
border-color: #2EACAF;
}
</style>