Shades of Light Sea Green #2EAA9D
Tints of Light Sea Green #2EAA9D
RGB
CMYK
RGB Variations
Color information
#2EAA9D (or 0x2EAA9D) is known color: Light Sea Green. HEX triplet: 2E, AA and 9D. RGB value is (46,170,157). Sum of RGB (Red+Green+Blue) = 46+170+157=373 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.33% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAA9D is #D15562. Grayscale: #838383. Windows color (decimal): -13718883 or 10332718. OLE color: 10332718.
HSL color Cylindrical-coordinate representation of color #2EAA9D: hue angle of 173.71º 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 #2EAA9D is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 170 | 157 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.33 |
| HSL | 173.71º | 0.57% | 0.42% | - |
| HSV(B) | 173.71º | 0.73% | 0.67% | - |
| XYZ | 21.59 | 31.76 | 36.89 | - |
| YUV | 131.44 | 142.42 | 67.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 170 | 157 | 0.73 | 0 | 0.08 | 0.33 | 173.71 | 0.57 | 0.42 |
| Hex | 2E | AA | 9D | 49 | 0 | 8 | 21 | AE | 39 | 2A |
| Octal | 56 | 252 | 235 | 111 | 0 | 10 | 41 | 256 | 71 | 52 |
| Binary | 101110 | 10101010 | 10011101 | 1001001 | 0 | 1000 | 100001 | 10101110 | 111001 | 101010 |
Color Harmonies of #2EAA9D
Complementary color
Monochromatic Colors of #2EAA9D
Black with #2EAA9D
Text Example
Text Example
White with #2EAA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAA9D; }
p { color: rgb(46,170,157); }
H1.HeaderClassName
{
color: #2EAA9D;
}
.AnyTagClassName
{
color: #2EAA9D;
}
</style>
background-color css
<style>
a { background-color: #2EAA9D; }
a { background-color: rgb(46,170,157); }
div.DivClassName
{
background-color: #2EAA9D;
}
.BgClassName
{
background-color: #2EAA9D;
}
</style>
border-color css
<style>
span { border-color: #2EAA9D; }
span { border-color: rgb(46,170,157); }
td.TdClassName
{
border-color: #2EAA9D;
}
.TagClassName
{
border-color: #2EAA9D;
}
</style>