Shades of Light Sea Green #2EAAA1
Tints of Light Sea Green #2EAAA1
RGB
CMYK
RGB Variations
Color information
#2EAAA1 (or 0x2EAAA1) is known color: Light Sea Green. HEX triplet: 2E, AA and A1. RGB value is (46,170,161). Sum of RGB (Red+Green+Blue) = 46+170+161=377 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.20% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 161 (63.28% from 255 or 42.71% from 377); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAAA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAAA1 is #D1555E. Grayscale: #838383. Windows color (decimal): -13718879 or 10594862. OLE color: 10594862.
HSL color Cylindrical-coordinate representation of color #2EAAA1: hue angle of 175.65º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EAAA1 is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 170 | 161 | - |
| CMYK | 0.73 | 0 | 0.05 | 0.33 |
| HSL | 175.65º | 0.57% | 0.42% | - |
| HSV(B) | 175.65º | 0.73% | 0.67% | - |
| XYZ | 21.93 | 31.9 | 38.72 | - |
| YUV | 131.9 | 144.42 | 66.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 170 | 161 | 0.73 | 0 | 0.05 | 0.33 | 175.65 | 0.57 | 0.42 |
| Hex | 2E | AA | A1 | 49 | 0 | 5 | 21 | B0 | 39 | 2A |
| Octal | 56 | 252 | 241 | 111 | 0 | 5 | 41 | 260 | 71 | 52 |
| Binary | 101110 | 10101010 | 10100001 | 1001001 | 0 | 101 | 100001 | 10110000 | 111001 | 101010 |
Color Harmonies of #2EAAA1
Complementary color
Monochromatic Colors of #2EAAA1
Black with #2EAAA1
Text Example
Text Example
White with #2EAAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAAA1; }
p { color: rgb(46,170,161); }
H1.HeaderClassName
{
color: #2EAAA1;
}
.AnyTagClassName
{
color: #2EAAA1;
}
</style>
background-color css
<style>
a { background-color: #2EAAA1; }
a { background-color: rgb(46,170,161); }
div.DivClassName
{
background-color: #2EAAA1;
}
.BgClassName
{
background-color: #2EAAA1;
}
</style>
border-color css
<style>
span { border-color: #2EAAA1; }
span { border-color: rgb(46,170,161); }
td.TdClassName
{
border-color: #2EAAA1;
}
.TagClassName
{
border-color: #2EAAA1;
}
</style>