Shades of Light Sea Green #2EAFA6
Tints of Light Sea Green #2EAFA6
RGB
CMYK
RGB Variations
Color information
#2EAFA6 (or 0x2EAFA6) is known color: Light Sea Green. HEX triplet: 2E, AF and A6. RGB value is (46,175,166). Sum of RGB (Red+Green+Blue) = 46+175+166=387 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.89% from 387); Green value is 175 (68.75% from 255 or 45.22% from 387); Blue value is 166 (65.23% from 255 or 42.89% from 387); Max value from RGB is 175 - color contains mainly: green. Hex color #2EAFA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAFA6 is #D15059. Grayscale: #878787. Windows color (decimal): -13717594 or 10923822. OLE color: 10923822.
HSL color Cylindrical-coordinate representation of color #2EAFA6: hue angle of 175.81º 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 #2EAFA6 is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 175 | 166 | - |
| CMYK | 0.74 | 0 | 0.05 | 0.31 |
| HSL | 175.81º | 0.58% | 0.43% | - |
| HSV(B) | 175.81º | 0.74% | 0.69% | - |
| XYZ | 23.34 | 33.99 | 41.41 | - |
| YUV | 135.4 | 145.26 | 64.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 175 | 166 | 0.74 | 0 | 0.05 | 0.31 | 175.81 | 0.58 | 0.43 |
| Hex | 2E | AF | A6 | 4A | 0 | 5 | 1F | B0 | 3A | 2B |
| Octal | 56 | 257 | 246 | 112 | 0 | 5 | 37 | 260 | 72 | 53 |
| Binary | 101110 | 10101111 | 10100110 | 1001010 | 0 | 101 | 11111 | 10110000 | 111010 | 101011 |
Color Harmonies of #2EAFA6
Complementary color
Monochromatic Colors of #2EAFA6
Black with #2EAFA6
Text Example
Text Example
White with #2EAFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAFA6; }
p { color: rgb(46,175,166); }
H1.HeaderClassName
{
color: #2EAFA6;
}
.AnyTagClassName
{
color: #2EAFA6;
}
</style>
background-color css
<style>
a { background-color: #2EAFA6; }
a { background-color: rgb(46,175,166); }
div.DivClassName
{
background-color: #2EAFA6;
}
.BgClassName
{
background-color: #2EAFA6;
}
</style>
border-color css
<style>
span { border-color: #2EAFA6; }
span { border-color: rgb(46,175,166); }
td.TdClassName
{
border-color: #2EAFA6;
}
.TagClassName
{
border-color: #2EAFA6;
}
</style>