Shades of Light Sea Green #2EADB7
Tints of Light Sea Green #2EADB7
RGB
CMYK
RGB Variations
Color information
#2EADB7 (or 0x2EADB7) is known color: Light Sea Green. HEX triplet: 2E, AD and B7. RGB value is (46,173,183). Sum of RGB (Red+Green+Blue) = 46+173+183=402 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.44% from 402); Green value is 173 (67.97% from 255 or 43.03% from 402); Blue value is 183 (71.88% from 255 or 45.52% from 402); Max value from RGB is 183 - color contains mainly: blue. Hex color #2EADB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EADB7 is #D15248. Grayscale: #888888. Windows color (decimal): -13718089 or 12037422. OLE color: 12037422.
HSL color Cylindrical-coordinate representation of color #2EADB7: hue angle of 184.38º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EADB7 is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 46 | 173 | 183 | - |
| CMYK | 0.75 | 0.05 | 0 | 0.28 |
| HSL | 184.38º | 0.6% | 0.45% | - |
| HSV(B) | 184.38º | 0.75% | 0.72% | - |
| XYZ | 24.62 | 33.89 | 50.04 | - |
| YUV | 136.17 | 154.42 | 63.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 173 | 183 | 0.75 | 0.05 | 0 | 0.28 | 184.38 | 0.6 | 0.45 |
| Hex | 2E | AD | B7 | 4B | 5 | 0 | 1C | B8 | 3C | 2D |
| Octal | 56 | 255 | 267 | 113 | 5 | 0 | 34 | 270 | 74 | 55 |
| Binary | 101110 | 10101101 | 10110111 | 1001011 | 101 | 0 | 11100 | 10111000 | 111100 | 101101 |
Color Harmonies of #2EADB7
Complementary color
Monochromatic Colors of #2EADB7
Black with #2EADB7
Text Example
Text Example
White with #2EADB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EADB7; }
p { color: rgb(46,173,183); }
H1.HeaderClassName
{
color: #2EADB7;
}
.AnyTagClassName
{
color: #2EADB7;
}
</style>
background-color css
<style>
a { background-color: #2EADB7; }
a { background-color: rgb(46,173,183); }
div.DivClassName
{
background-color: #2EADB7;
}
.BgClassName
{
background-color: #2EADB7;
}
</style>
border-color css
<style>
span { border-color: #2EADB7; }
span { border-color: rgb(46,173,183); }
td.TdClassName
{
border-color: #2EADB7;
}
.TagClassName
{
border-color: #2EADB7;
}
</style>