Shades of Light Sea Green #2EAEA8
Tints of Light Sea Green #2EAEA8
RGB
CMYK
RGB Variations
Color information
#2EAEA8 (or 0x2EAEA8) is known color: Light Sea Green. HEX triplet: 2E, AE and A8. RGB value is (46,174,168). Sum of RGB (Red+Green+Blue) = 46+174+168=388 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.86% from 388); Green value is 174 (68.36% from 255 or 44.85% from 388); Blue value is 168 (66.02% from 255 or 43.30% from 388); Max value from RGB is 174 - color contains mainly: green. Hex color #2EAEA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAEA8 is #D15157. Grayscale: #868686. Windows color (decimal): -13717848 or 11054638. OLE color: 11054638.
HSL color Cylindrical-coordinate representation of color #2EAEA8: hue angle of 177.19º 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 #2EAEA8 is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 46 | 174 | 168 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.32 |
| HSL | 177.19º | 0.58% | 0.43% | - |
| HSV(B) | 177.19º | 0.74% | 0.68% | - |
| XYZ | 23.33 | 33.68 | 42.32 | - |
| YUV | 135.04 | 146.59 | 64.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 174 | 168 | 0.74 | 0 | 0.03 | 0.32 | 177.19 | 0.58 | 0.43 |
| Hex | 2E | AE | A8 | 4A | 0 | 3 | 20 | B1 | 3A | 2B |
| Octal | 56 | 256 | 250 | 112 | 0 | 3 | 40 | 261 | 72 | 53 |
| Binary | 101110 | 10101110 | 10101000 | 1001010 | 0 | 11 | 100000 | 10110001 | 111010 | 101011 |
Color Harmonies of #2EAEA8
Complementary color
Monochromatic Colors of #2EAEA8
Black with #2EAEA8
Text Example
Text Example
White with #2EAEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAEA8; }
p { color: rgb(46,174,168); }
H1.HeaderClassName
{
color: #2EAEA8;
}
.AnyTagClassName
{
color: #2EAEA8;
}
</style>
background-color css
<style>
a { background-color: #2EAEA8; }
a { background-color: rgb(46,174,168); }
div.DivClassName
{
background-color: #2EAEA8;
}
.BgClassName
{
background-color: #2EAEA8;
}
</style>
border-color css
<style>
span { border-color: #2EAEA8; }
span { border-color: rgb(46,174,168); }
td.TdClassName
{
border-color: #2EAEA8;
}
.TagClassName
{
border-color: #2EAEA8;
}
</style>