Shades of Light Sea Green #2EAFA2
Tints of Light Sea Green #2EAFA2
RGB
CMYK
RGB Variations
Color information
#2EAFA2 (or 0x2EAFA2) is known color: Light Sea Green. HEX triplet: 2E, AF and A2. RGB value is (46,175,162). Sum of RGB (Red+Green+Blue) = 46+175+162=383 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.01% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 162 (63.67% from 255 or 42.30% from 383); Max value from RGB is 175 - color contains mainly: green. Hex color #2EAFA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAFA2 is #D1505D. Grayscale: #868686. Windows color (decimal): -13717598 or 10661678. OLE color: 10661678.
HSL color Cylindrical-coordinate representation of color #2EAFA2: hue angle of 173.95º 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 #2EAFA2 is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 175 | 162 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.31 |
| HSL | 173.95º | 0.58% | 0.43% | - |
| HSV(B) | 173.95º | 0.74% | 0.69% | - |
| XYZ | 22.98 | 33.85 | 39.5 | - |
| YUV | 134.95 | 143.26 | 64.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 175 | 162 | 0.74 | 0 | 0.07 | 0.31 | 173.95 | 0.58 | 0.43 |
| Hex | 2E | AF | A2 | 4A | 0 | 7 | 1F | AE | 3A | 2B |
| Octal | 56 | 257 | 242 | 112 | 0 | 7 | 37 | 256 | 72 | 53 |
| Binary | 101110 | 10101111 | 10100010 | 1001010 | 0 | 111 | 11111 | 10101110 | 111010 | 101011 |
Color Harmonies of #2EAFA2
Complementary color
Monochromatic Colors of #2EAFA2
Black with #2EAFA2
Text Example
Text Example
White with #2EAFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAFA2; }
p { color: rgb(46,175,162); }
H1.HeaderClassName
{
color: #2EAFA2;
}
.AnyTagClassName
{
color: #2EAFA2;
}
</style>
background-color css
<style>
a { background-color: #2EAFA2; }
a { background-color: rgb(46,175,162); }
div.DivClassName
{
background-color: #2EAFA2;
}
.BgClassName
{
background-color: #2EAFA2;
}
</style>
border-color css
<style>
span { border-color: #2EAFA2; }
span { border-color: rgb(46,175,162); }
td.TdClassName
{
border-color: #2EAFA2;
}
.TagClassName
{
border-color: #2EAFA2;
}
</style>