Shades of Light Sea Green #2EAAA3
Tints of Light Sea Green #2EAAA3
RGB
CMYK
RGB Variations
Color information
#2EAAA3 (or 0x2EAAA3) is known color: Light Sea Green. HEX triplet: 2E, AA and A3. RGB value is (46,170,163). Sum of RGB (Red+Green+Blue) = 46+170+163=379 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.14% from 379); Green value is 170 (66.80% from 255 or 44.85% from 379); Blue value is 163 (64.06% from 255 or 43.01% from 379); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAAA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAAA3 is #D1555C. Grayscale: #848484. Windows color (decimal): -13718877 or 10725934. OLE color: 10725934.
HSL color Cylindrical-coordinate representation of color #2EAAA3: hue angle of 176.61º 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 #2EAAA3 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 170 | 163 | - |
| CMYK | 0.73 | 0 | 0.04 | 0.33 |
| HSL | 176.61º | 0.57% | 0.42% | - |
| HSV(B) | 176.61º | 0.73% | 0.67% | - |
| XYZ | 22.11 | 31.97 | 39.66 | - |
| YUV | 132.13 | 145.42 | 66.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 170 | 163 | 0.73 | 0 | 0.04 | 0.33 | 176.61 | 0.57 | 0.42 |
| Hex | 2E | AA | A3 | 49 | 0 | 4 | 21 | B1 | 39 | 2A |
| Octal | 56 | 252 | 243 | 111 | 0 | 4 | 41 | 261 | 71 | 52 |
| Binary | 101110 | 10101010 | 10100011 | 1001001 | 0 | 100 | 100001 | 10110001 | 111001 | 101010 |
Color Harmonies of #2EAAA3
Complementary color
Monochromatic Colors of #2EAAA3
Black with #2EAAA3
Text Example
Text Example
White with #2EAAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAAA3; }
p { color: rgb(46,170,163); }
H1.HeaderClassName
{
color: #2EAAA3;
}
.AnyTagClassName
{
color: #2EAAA3;
}
</style>
background-color css
<style>
a { background-color: #2EAAA3; }
a { background-color: rgb(46,170,163); }
div.DivClassName
{
background-color: #2EAAA3;
}
.BgClassName
{
background-color: #2EAAA3;
}
</style>
border-color css
<style>
span { border-color: #2EAAA3; }
span { border-color: rgb(46,170,163); }
td.TdClassName
{
border-color: #2EAAA3;
}
.TagClassName
{
border-color: #2EAAA3;
}
</style>