Shades of Light Sea Green #2EADB8
Tints of Light Sea Green #2EADB8
RGB
CMYK
RGB Variations
Color information
#2EADB8 (or 0x2EADB8) is known color: Light Sea Green. HEX triplet: 2E, AD and B8. RGB value is (46,173,184). Sum of RGB (Red+Green+Blue) = 46+173+184=403 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.41% from 403); Green value is 173 (67.97% from 255 or 42.93% from 403); Blue value is 184 (72.27% from 255 or 45.66% from 403); Max value from RGB is 184 - color contains mainly: blue. Hex color #2EADB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EADB8 is #D15247. Grayscale: #888888. Windows color (decimal): -13718088 or 12102958. OLE color: 12102958.
HSL color Cylindrical-coordinate representation of color #2EADB8: hue angle of 184.78º 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 #2EADB8 is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 46 | 173 | 184 | - |
| CMYK | 0.75 | 0.06 | 0 | 0.28 |
| HSL | 184.78º | 0.6% | 0.45% | - |
| HSV(B) | 184.78º | 0.75% | 0.72% | - |
| XYZ | 24.72 | 33.93 | 50.59 | - |
| YUV | 136.28 | 154.92 | 63.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 173 | 184 | 0.75 | 0.06 | 0 | 0.28 | 184.78 | 0.6 | 0.45 |
| Hex | 2E | AD | B8 | 4B | 6 | 0 | 1C | B9 | 3C | 2D |
| Octal | 56 | 255 | 270 | 113 | 6 | 0 | 34 | 271 | 74 | 55 |
| Binary | 101110 | 10101101 | 10111000 | 1001011 | 110 | 0 | 11100 | 10111001 | 111100 | 101101 |
Color Harmonies of #2EADB8
Complementary color
Monochromatic Colors of #2EADB8
Black with #2EADB8
Text Example
Text Example
White with #2EADB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EADB8; }
p { color: rgb(46,173,184); }
H1.HeaderClassName
{
color: #2EADB8;
}
.AnyTagClassName
{
color: #2EADB8;
}
</style>
background-color css
<style>
a { background-color: #2EADB8; }
a { background-color: rgb(46,173,184); }
div.DivClassName
{
background-color: #2EADB8;
}
.BgClassName
{
background-color: #2EADB8;
}
</style>
border-color css
<style>
span { border-color: #2EADB8; }
span { border-color: rgb(46,173,184); }
td.TdClassName
{
border-color: #2EADB8;
}
.TagClassName
{
border-color: #2EADB8;
}
</style>