Shades of Light Sea Green #2EAAAB
Tints of Light Sea Green #2EAAAB
RGB
CMYK
RGB Variations
Color information
#2EAAAB (or 0x2EAAAB) is known color: Light Sea Green. HEX triplet: 2E, AA and AB. RGB value is (46,170,171). Sum of RGB (Red+Green+Blue) = 46+170+171=387 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.89% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #2EAAAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAAAB is #D15554. Grayscale: #848484. Windows color (decimal): -13718869 or 11250222. OLE color: 11250222.
HSL color Cylindrical-coordinate representation of color #2EAAAB: hue angle of 180.48º 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 #2EAAAB is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 170 | 171 | - |
| CMYK | 0.73 | 0.01 | 0 | 0.33 |
| HSL | 180.48º | 0.58% | 0.43% | - |
| HSV(B) | 180.48º | 0.73% | 0.67% | - |
| XYZ | 22.85 | 32.27 | 43.55 | - |
| YUV | 133.04 | 149.42 | 65.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 170 | 171 | 0.73 | 0.01 | 0 | 0.33 | 180.48 | 0.58 | 0.43 |
| Hex | 2E | AA | AB | 49 | 1 | 0 | 21 | B4 | 3A | 2B |
| Octal | 56 | 252 | 253 | 111 | 1 | 0 | 41 | 264 | 72 | 53 |
| Binary | 101110 | 10101010 | 10101011 | 1001001 | 1 | 0 | 100001 | 10110100 | 111010 | 101011 |
Color Harmonies of #2EAAAB
Complementary color
Monochromatic Colors of #2EAAAB
Black with #2EAAAB
Text Example
Text Example
White with #2EAAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAAAB; }
p { color: rgb(46,170,171); }
H1.HeaderClassName
{
color: #2EAAAB;
}
.AnyTagClassName
{
color: #2EAAAB;
}
</style>
background-color css
<style>
a { background-color: #2EAAAB; }
a { background-color: rgb(46,170,171); }
div.DivClassName
{
background-color: #2EAAAB;
}
.BgClassName
{
background-color: #2EAAAB;
}
</style>
border-color css
<style>
span { border-color: #2EAAAB; }
span { border-color: rgb(46,170,171); }
td.TdClassName
{
border-color: #2EAAAB;
}
.TagClassName
{
border-color: #2EAAAB;
}
</style>