Shades of Light Sea Green #2EAA9F
Tints of Light Sea Green #2EAA9F
RGB
CMYK
RGB Variations
Color information
#2EAA9F (or 0x2EAA9F) is known color: Light Sea Green. HEX triplet: 2E, AA and 9F. RGB value is (46,170,159). Sum of RGB (Red+Green+Blue) = 46+170+159=375 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.27% from 375); Green value is 170 (66.80% from 255 or 45.33% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAA9F is #D15560. Grayscale: #838383. Windows color (decimal): -13718881 or 10463790. OLE color: 10463790.
HSL color Cylindrical-coordinate representation of color #2EAA9F: hue angle of 174.68º 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 #2EAA9F is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 170 | 159 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.33 |
| HSL | 174.68º | 0.57% | 0.42% | - |
| HSV(B) | 174.68º | 0.73% | 0.67% | - |
| XYZ | 21.76 | 31.83 | 37.8 | - |
| YUV | 131.67 | 143.42 | 66.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 170 | 159 | 0.73 | 0 | 0.06 | 0.33 | 174.68 | 0.57 | 0.42 |
| Hex | 2E | AA | 9F | 49 | 0 | 6 | 21 | AF | 39 | 2A |
| Octal | 56 | 252 | 237 | 111 | 0 | 6 | 41 | 257 | 71 | 52 |
| Binary | 101110 | 10101010 | 10011111 | 1001001 | 0 | 110 | 100001 | 10101111 | 111001 | 101010 |
Color Harmonies of #2EAA9F
Complementary color
Monochromatic Colors of #2EAA9F
Black with #2EAA9F
Text Example
Text Example
White with #2EAA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAA9F; }
p { color: rgb(46,170,159); }
H1.HeaderClassName
{
color: #2EAA9F;
}
.AnyTagClassName
{
color: #2EAA9F;
}
</style>
background-color css
<style>
a { background-color: #2EAA9F; }
a { background-color: rgb(46,170,159); }
div.DivClassName
{
background-color: #2EAA9F;
}
.BgClassName
{
background-color: #2EAA9F;
}
</style>
border-color css
<style>
span { border-color: #2EAA9F; }
span { border-color: rgb(46,170,159); }
td.TdClassName
{
border-color: #2EAA9F;
}
.TagClassName
{
border-color: #2EAA9F;
}
</style>