Shades of Light Sea Green #2EAAA0
Tints of Light Sea Green #2EAAA0
RGB
CMYK
RGB Variations
Color information
#2EAAA0 (or 0x2EAAA0) is known color: Light Sea Green. HEX triplet: 2E, AA and A0. RGB value is (46,170,160). Sum of RGB (Red+Green+Blue) = 46+170+160=376 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.23% from 376); Green value is 170 (66.80% from 255 or 45.21% from 376); Blue value is 160 (62.89% from 255 or 42.55% from 376); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAAA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAAA0 is #D1555F. Grayscale: #838383. Windows color (decimal): -13718880 or 10529326. OLE color: 10529326.
HSL color Cylindrical-coordinate representation of color #2EAAA0: hue angle of 175.16º 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 #2EAAA0 is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 170 | 160 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.33 |
| HSL | 175.16º | 0.57% | 0.42% | - |
| HSV(B) | 175.16º | 0.73% | 0.67% | - |
| XYZ | 21.85 | 31.87 | 38.26 | - |
| YUV | 131.78 | 143.92 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 170 | 160 | 0.73 | 0 | 0.06 | 0.33 | 175.16 | 0.57 | 0.42 |
| Hex | 2E | AA | A0 | 49 | 0 | 6 | 21 | AF | 39 | 2A |
| Octal | 56 | 252 | 240 | 111 | 0 | 6 | 41 | 257 | 71 | 52 |
| Binary | 101110 | 10101010 | 10100000 | 1001001 | 0 | 110 | 100001 | 10101111 | 111001 | 101010 |
Color Harmonies of #2EAAA0
Complementary color
Monochromatic Colors of #2EAAA0
Black with #2EAAA0
Text Example
Text Example
White with #2EAAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAAA0; }
p { color: rgb(46,170,160); }
H1.HeaderClassName
{
color: #2EAAA0;
}
.AnyTagClassName
{
color: #2EAAA0;
}
</style>
background-color css
<style>
a { background-color: #2EAAA0; }
a { background-color: rgb(46,170,160); }
div.DivClassName
{
background-color: #2EAAA0;
}
.BgClassName
{
background-color: #2EAAA0;
}
</style>
border-color css
<style>
span { border-color: #2EAAA0; }
span { border-color: rgb(46,170,160); }
td.TdClassName
{
border-color: #2EAAA0;
}
.TagClassName
{
border-color: #2EAAA0;
}
</style>