Shades of Light Sea Green #2EBDA5
Tints of Light Sea Green #2EBDA5
RGB
CMYK
RGB Variations
Color information
#2EBDA5 (or 0x2EBDA5) is known color: Light Sea Green. HEX triplet: 2E, BD and A5. RGB value is (46,189,165). Sum of RGB (Red+Green+Blue) = 46+189+165=400 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.5% from 400); Green value is 189 (74.22% from 255 or 47.25% from 400); Blue value is 165 (64.84% from 255 or 41.25% from 400); Max value from RGB is 189 - color contains mainly: green. Hex color #2EBDA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBDA5 is #D1425A. Grayscale: #8F8F8F. Windows color (decimal): -13714011 or 10861870. OLE color: 10861870.
HSL color Cylindrical-coordinate representation of color #2EBDA5: hue angle of 169.93º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBDA5 is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 189 | 165 | - |
| CMYK | 0.76 | 0 | 0.13 | 0.26 |
| HSL | 169.93º | 0.61% | 0.46% | - |
| HSV(B) | 169.93º | 0.76% | 0.74% | - |
| XYZ | 26.12 | 39.69 | 41.88 | - |
| YUV | 143.51 | 140.12 | 58.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 189 | 165 | 0.76 | 0 | 0.13 | 0.26 | 169.93 | 0.61 | 0.46 |
| Hex | 2E | BD | A5 | 4C | 0 | D | 1A | AA | 3D | 2E |
| Octal | 56 | 275 | 245 | 114 | 0 | 15 | 32 | 252 | 75 | 56 |
| Binary | 101110 | 10111101 | 10100101 | 1001100 | 0 | 1101 | 11010 | 10101010 | 111101 | 101110 |
Color Harmonies of #2EBDA5
Complementary color
Monochromatic Colors of #2EBDA5
Black with #2EBDA5
Text Example
Text Example
White with #2EBDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBDA5; }
p { color: rgb(46,189,165); }
H1.HeaderClassName
{
color: #2EBDA5;
}
.AnyTagClassName
{
color: #2EBDA5;
}
</style>
background-color css
<style>
a { background-color: #2EBDA5; }
a { background-color: rgb(46,189,165); }
div.DivClassName
{
background-color: #2EBDA5;
}
.BgClassName
{
background-color: #2EBDA5;
}
</style>
border-color css
<style>
span { border-color: #2EBDA5; }
span { border-color: rgb(46,189,165); }
td.TdClassName
{
border-color: #2EBDA5;
}
.TagClassName
{
border-color: #2EBDA5;
}
</style>