Shades of Light Sea Green #2EAAAC
Tints of Light Sea Green #2EAAAC
RGB
CMYK
RGB Variations
Color information
#2EAAAC (or 0x2EAAAC) is known color: Light Sea Green. HEX triplet: 2E, AA and AC. RGB value is (46,170,172). Sum of RGB (Red+Green+Blue) = 46+170+172=388 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.86% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 172 - color contains mainly: blue. Hex color #2EAAAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAAAC is #D15553. Grayscale: #858585. Windows color (decimal): -13718868 or 11315758. OLE color: 11315758.
HSL color Cylindrical-coordinate representation of color #2EAAAC: hue angle of 180.95º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EAAAC is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 170 | 172 | - |
| CMYK | 0.73 | 0.01 | 0 | 0.33 |
| HSL | 180.95º | 0.58% | 0.43% | - |
| HSV(B) | 180.95º | 0.73% | 0.67% | - |
| XYZ | 22.95 | 32.31 | 44.06 | - |
| YUV | 133.15 | 149.92 | 65.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 170 | 172 | 0.73 | 0.01 | 0 | 0.33 | 180.95 | 0.58 | 0.43 |
| Hex | 2E | AA | AC | 49 | 1 | 0 | 21 | B5 | 3A | 2B |
| Octal | 56 | 252 | 254 | 111 | 1 | 0 | 41 | 265 | 72 | 53 |
| Binary | 101110 | 10101010 | 10101100 | 1001001 | 1 | 0 | 100001 | 10110101 | 111010 | 101011 |
Color Harmonies of #2EAAAC
Complementary color
Monochromatic Colors of #2EAAAC
Black with #2EAAAC
Text Example
Text Example
White with #2EAAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAAAC; }
p { color: rgb(46,170,172); }
H1.HeaderClassName
{
color: #2EAAAC;
}
.AnyTagClassName
{
color: #2EAAAC;
}
</style>
background-color css
<style>
a { background-color: #2EAAAC; }
a { background-color: rgb(46,170,172); }
div.DivClassName
{
background-color: #2EAAAC;
}
.BgClassName
{
background-color: #2EAAAC;
}
</style>
border-color css
<style>
span { border-color: #2EAAAC; }
span { border-color: rgb(46,170,172); }
td.TdClassName
{
border-color: #2EAAAC;
}
.TagClassName
{
border-color: #2EAAAC;
}
</style>