Shades of Light Sea Green #2EAEAA
Tints of Light Sea Green #2EAEAA
RGB
CMYK
RGB Variations
Color information
#2EAEAA (or 0x2EAEAA) is known color: Light Sea Green. HEX triplet: 2E, AE and AA. RGB value is (46,174,170). Sum of RGB (Red+Green+Blue) = 46+174+170=390 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.79% from 390); Green value is 174 (68.36% from 255 or 44.62% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 174 - color contains mainly: green. Hex color #2EAEAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAEAA is #D15155. Grayscale: #878787. Windows color (decimal): -13717846 or 11185710. OLE color: 11185710.
HSL color Cylindrical-coordinate representation of color #2EAEAA: hue angle of 178.12º 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 #2EAEAA is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 46 | 174 | 170 | - |
| CMYK | 0.74 | 0 | 0.02 | 0.32 |
| HSL | 178.13º | 0.58% | 0.43% | - |
| HSV(B) | 178.13º | 0.74% | 0.68% | - |
| XYZ | 23.52 | 33.76 | 43.31 | - |
| YUV | 135.27 | 147.59 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 174 | 170 | 0.74 | 0 | 0.02 | 0.32 | 178.13 | 0.58 | 0.43 |
| Hex | 2E | AE | AA | 4A | 0 | 2 | 20 | B2 | 3A | 2B |
| Octal | 56 | 256 | 252 | 112 | 0 | 2 | 40 | 262 | 72 | 53 |
| Binary | 101110 | 10101110 | 10101010 | 1001010 | 0 | 10 | 100000 | 10110010 | 111010 | 101011 |
Color Harmonies of #2EAEAA
Complementary color
Monochromatic Colors of #2EAEAA
Black with #2EAEAA
Text Example
Text Example
White with #2EAEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAEAA; }
p { color: rgb(46,174,170); }
H1.HeaderClassName
{
color: #2EAEAA;
}
.AnyTagClassName
{
color: #2EAEAA;
}
</style>
background-color css
<style>
a { background-color: #2EAEAA; }
a { background-color: rgb(46,174,170); }
div.DivClassName
{
background-color: #2EAEAA;
}
.BgClassName
{
background-color: #2EAEAA;
}
</style>
border-color css
<style>
span { border-color: #2EAEAA; }
span { border-color: rgb(46,174,170); }
td.TdClassName
{
border-color: #2EAEAA;
}
.TagClassName
{
border-color: #2EAEAA;
}
</style>