Shades of Light Sea Green #2EAAAE
Tints of Light Sea Green #2EAAAE
RGB
CMYK
RGB Variations
Color information
#2EAAAE (or 0x2EAAAE) is known color: Light Sea Green. HEX triplet: 2E, AA and AE. RGB value is (46,170,174). Sum of RGB (Red+Green+Blue) = 46+170+174=390 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.79% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 174 - color contains mainly: blue. Hex color #2EAAAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAAAE is #D15551. Grayscale: #858585. Windows color (decimal): -13718866 or 11446830. OLE color: 11446830.
HSL color Cylindrical-coordinate representation of color #2EAAAE: hue angle of 181.88º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EAAAE is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 46 | 170 | 174 | - |
| CMYK | 0.74 | 0.02 | 0 | 0.32 |
| HSL | 181.88º | 0.58% | 0.43% | - |
| HSV(B) | 181.88º | 0.74% | 0.68% | - |
| XYZ | 23.14 | 32.39 | 45.08 | - |
| YUV | 133.38 | 150.92 | 65.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 170 | 174 | 0.74 | 0.02 | 0 | 0.32 | 181.88 | 0.58 | 0.43 |
| Hex | 2E | AA | AE | 4A | 2 | 0 | 20 | B6 | 3A | 2B |
| Octal | 56 | 252 | 256 | 112 | 2 | 0 | 40 | 266 | 72 | 53 |
| Binary | 101110 | 10101010 | 10101110 | 1001010 | 10 | 0 | 100000 | 10110110 | 111010 | 101011 |
Color Harmonies of #2EAAAE
Complementary color
Monochromatic Colors of #2EAAAE
Black with #2EAAAE
Text Example
Text Example
White with #2EAAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAAAE; }
p { color: rgb(46,170,174); }
H1.HeaderClassName
{
color: #2EAAAE;
}
.AnyTagClassName
{
color: #2EAAAE;
}
</style>
background-color css
<style>
a { background-color: #2EAAAE; }
a { background-color: rgb(46,170,174); }
div.DivClassName
{
background-color: #2EAAAE;
}
.BgClassName
{
background-color: #2EAAAE;
}
</style>
border-color css
<style>
span { border-color: #2EAAAE; }
span { border-color: rgb(46,170,174); }
td.TdClassName
{
border-color: #2EAAAE;
}
.TagClassName
{
border-color: #2EAAAE;
}
</style>