Shades of Light Sea Green #2EAAAF
Tints of Light Sea Green #2EAAAF
RGB
CMYK
RGB Variations
Color information
#2EAAAF (or 0x2EAAAF) is known color: Light Sea Green. HEX triplet: 2E, AA and AF. RGB value is (46,170,175). Sum of RGB (Red+Green+Blue) = 46+170+175=391 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.76% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 175 - color contains mainly: blue. Hex color #2EAAAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAAAF is #D15550. Grayscale: #858585. Windows color (decimal): -13718865 or 11512366. OLE color: 11512366.
HSL color Cylindrical-coordinate representation of color #2EAAAF: hue angle of 182.33º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EAAAF is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 170 | 175 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.31 |
| HSL | 182.33º | 0.58% | 0.43% | - |
| HSV(B) | 182.33º | 0.74% | 0.69% | - |
| XYZ | 23.24 | 32.43 | 45.59 | - |
| YUV | 133.49 | 151.42 | 65.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 170 | 175 | 0.74 | 0.03 | 0 | 0.31 | 182.33 | 0.58 | 0.43 |
| Hex | 2E | AA | AF | 4A | 3 | 0 | 1F | B6 | 3A | 2B |
| Octal | 56 | 252 | 257 | 112 | 3 | 0 | 37 | 266 | 72 | 53 |
| Binary | 101110 | 10101010 | 10101111 | 1001010 | 11 | 0 | 11111 | 10110110 | 111010 | 101011 |
Color Harmonies of #2EAAAF
Complementary color
Monochromatic Colors of #2EAAAF
Black with #2EAAAF
Text Example
Text Example
White with #2EAAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAAAF; }
p { color: rgb(46,170,175); }
H1.HeaderClassName
{
color: #2EAAAF;
}
.AnyTagClassName
{
color: #2EAAAF;
}
</style>
background-color css
<style>
a { background-color: #2EAAAF; }
a { background-color: rgb(46,170,175); }
div.DivClassName
{
background-color: #2EAAAF;
}
.BgClassName
{
background-color: #2EAAAF;
}
</style>
border-color css
<style>
span { border-color: #2EAAAF; }
span { border-color: rgb(46,170,175); }
td.TdClassName
{
border-color: #2EAAAF;
}
.TagClassName
{
border-color: #2EAAAF;
}
</style>