Shades of Light Sea Green #2EC2AF
Tints of Light Sea Green #2EC2AF
RGB
CMYK
RGB Variations
Color information
#2EC2AF (or 0x2EC2AF) is known color: Light Sea Green. HEX triplet: 2E, C2 and AF. RGB value is (46,194,175). Sum of RGB (Red+Green+Blue) = 46+194+175=415 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.08% from 415); Green value is 194 (76.17% from 255 or 46.75% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 194 - color contains mainly: green. Hex color #2EC2AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC2AF is #D13D50. Grayscale: #939393. Windows color (decimal): -13712721 or 11518510. OLE color: 11518510.
HSL color Cylindrical-coordinate representation of color #2EC2AF: hue angle of 172.3º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC2AF is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 194 | 175 | - |
| CMYK | 0.76 | 0 | 0.10 | 0.24 |
| HSL | 172.3º | 0.62% | 0.47% | - |
| HSV(B) | 172.3º | 0.76% | 0.76% | - |
| XYZ | 28.16 | 42.26 | 47.23 | - |
| YUV | 147.58 | 143.47 | 55.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 194 | 175 | 0.76 | 0 | 0.10 | 0.24 | 172.3 | 0.62 | 0.47 |
| Hex | 2E | C2 | AF | 4C | 0 | A | 18 | AC | 3E | 2F |
| Octal | 56 | 302 | 257 | 114 | 0 | 12 | 30 | 254 | 76 | 57 |
| Binary | 101110 | 11000010 | 10101111 | 1001100 | 0 | 1010 | 11000 | 10101100 | 111110 | 101111 |
Color Harmonies of #2EC2AF
Complementary color
Monochromatic Colors of #2EC2AF
Black with #2EC2AF
Text Example
Text Example
White with #2EC2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC2AF; }
p { color: rgb(46,194,175); }
H1.HeaderClassName
{
color: #2EC2AF;
}
.AnyTagClassName
{
color: #2EC2AF;
}
</style>
background-color css
<style>
a { background-color: #2EC2AF; }
a { background-color: rgb(46,194,175); }
div.DivClassName
{
background-color: #2EC2AF;
}
.BgClassName
{
background-color: #2EC2AF;
}
</style>
border-color css
<style>
span { border-color: #2EC2AF; }
span { border-color: rgb(46,194,175); }
td.TdClassName
{
border-color: #2EC2AF;
}
.TagClassName
{
border-color: #2EC2AF;
}
</style>