Shades of Light Sea Green #2EAAA2
Tints of Light Sea Green #2EAAA2
RGB
CMYK
RGB Variations
Color information
#2EAAA2 (or 0x2EAAA2) is known color: Light Sea Green. HEX triplet: 2E, AA and A2. RGB value is (46,170,162). Sum of RGB (Red+Green+Blue) = 46+170+162=378 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.17% from 378); Green value is 170 (66.80% from 255 or 44.97% from 378); Blue value is 162 (63.67% from 255 or 42.86% from 378); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAAA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAAA2 is #D1555D. Grayscale: #838383. Windows color (decimal): -13718878 or 10660398. OLE color: 10660398.
HSL color Cylindrical-coordinate representation of color #2EAAA2: hue angle of 176.13º 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 #2EAAA2 is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 170 | 162 | - |
| CMYK | 0.73 | 0 | 0.05 | 0.33 |
| HSL | 176.13º | 0.57% | 0.42% | - |
| HSV(B) | 176.13º | 0.73% | 0.67% | - |
| XYZ | 22.02 | 31.94 | 39.19 | - |
| YUV | 132.01 | 144.92 | 66.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 170 | 162 | 0.73 | 0 | 0.05 | 0.33 | 176.13 | 0.57 | 0.42 |
| Hex | 2E | AA | A2 | 49 | 0 | 5 | 21 | B0 | 39 | 2A |
| Octal | 56 | 252 | 242 | 111 | 0 | 5 | 41 | 260 | 71 | 52 |
| Binary | 101110 | 10101010 | 10100010 | 1001001 | 0 | 101 | 100001 | 10110000 | 111001 | 101010 |
Color Harmonies of #2EAAA2
Complementary color
Monochromatic Colors of #2EAAA2
Black with #2EAAA2
Text Example
Text Example
White with #2EAAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAAA2; }
p { color: rgb(46,170,162); }
H1.HeaderClassName
{
color: #2EAAA2;
}
.AnyTagClassName
{
color: #2EAAA2;
}
</style>
background-color css
<style>
a { background-color: #2EAAA2; }
a { background-color: rgb(46,170,162); }
div.DivClassName
{
background-color: #2EAAA2;
}
.BgClassName
{
background-color: #2EAAA2;
}
</style>
border-color css
<style>
span { border-color: #2EAAA2; }
span { border-color: rgb(46,170,162); }
td.TdClassName
{
border-color: #2EAAA2;
}
.TagClassName
{
border-color: #2EAAA2;
}
</style>