Shades of Light Sea Green #2EAA9E
Tints of Light Sea Green #2EAA9E
RGB
CMYK
RGB Variations
Color information
#2EAA9E (or 0x2EAA9E) is known color: Light Sea Green. HEX triplet: 2E, AA and 9E. RGB value is (46,170,158). Sum of RGB (Red+Green+Blue) = 46+170+158=374 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.30% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAA9E is #D15561. Grayscale: #838383. Windows color (decimal): -13718882 or 10398254. OLE color: 10398254.
HSL color Cylindrical-coordinate representation of color #2EAA9E: hue angle of 174.19º 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 #2EAA9E is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 170 | 158 | - |
| CMYK | 0.73 | 0 | 0.07 | 0.33 |
| HSL | 174.19º | 0.57% | 0.42% | - |
| HSV(B) | 174.19º | 0.73% | 0.67% | - |
| XYZ | 21.67 | 31.8 | 37.34 | - |
| YUV | 131.56 | 142.92 | 66.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 170 | 158 | 0.73 | 0 | 0.07 | 0.33 | 174.19 | 0.57 | 0.42 |
| Hex | 2E | AA | 9E | 49 | 0 | 7 | 21 | AE | 39 | 2A |
| Octal | 56 | 252 | 236 | 111 | 0 | 7 | 41 | 256 | 71 | 52 |
| Binary | 101110 | 10101010 | 10011110 | 1001001 | 0 | 111 | 100001 | 10101110 | 111001 | 101010 |
Color Harmonies of #2EAA9E
Complementary color
Monochromatic Colors of #2EAA9E
Black with #2EAA9E
Text Example
Text Example
White with #2EAA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAA9E; }
p { color: rgb(46,170,158); }
H1.HeaderClassName
{
color: #2EAA9E;
}
.AnyTagClassName
{
color: #2EAA9E;
}
</style>
background-color css
<style>
a { background-color: #2EAA9E; }
a { background-color: rgb(46,170,158); }
div.DivClassName
{
background-color: #2EAA9E;
}
.BgClassName
{
background-color: #2EAA9E;
}
</style>
border-color css
<style>
span { border-color: #2EAA9E; }
span { border-color: rgb(46,170,158); }
td.TdClassName
{
border-color: #2EAA9E;
}
.TagClassName
{
border-color: #2EAA9E;
}
</style>