Shades of Light Sea Green #2EB5BA
Tints of Light Sea Green #2EB5BA
RGB
CMYK
RGB Variations
Color information
#2EB5BA (or 0x2EB5BA) is known color: Light Sea Green. HEX triplet: 2E, B5 and BA. RGB value is (46,181,186). Sum of RGB (Red+Green+Blue) = 46+181+186=413 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.14% from 413); Green value is 181 (71.09% from 255 or 43.83% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #2EB5BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EB5BA is #D14A45. Grayscale: #8D8D8D. Windows color (decimal): -13716038 or 12236078. OLE color: 12236078.
HSL color Cylindrical-coordinate representation of color #2EB5BA: hue angle of 182.14º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB5BA is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 181 | 186 | - |
| CMYK | 0.75 | 0.03 | 0 | 0.27 |
| HSL | 182.14º | 0.6% | 0.45% | - |
| HSV(B) | 182.14º | 0.75% | 0.73% | - |
| XYZ | 26.51 | 37.17 | 52.23 | - |
| YUV | 141.21 | 153.27 | 60.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 181 | 186 | 0.75 | 0.03 | 0 | 0.27 | 182.14 | 0.6 | 0.45 |
| Hex | 2E | B5 | BA | 4B | 3 | 0 | 1B | B6 | 3C | 2D |
| Octal | 56 | 265 | 272 | 113 | 3 | 0 | 33 | 266 | 74 | 55 |
| Binary | 101110 | 10110101 | 10111010 | 1001011 | 11 | 0 | 11011 | 10110110 | 111100 | 101101 |
Color Harmonies of #2EB5BA
Complementary color
Monochromatic Colors of #2EB5BA
Black with #2EB5BA
Text Example
Text Example
White with #2EB5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB5BA; }
p { color: rgb(46,181,186); }
H1.HeaderClassName
{
color: #2EB5BA;
}
.AnyTagClassName
{
color: #2EB5BA;
}
</style>
background-color css
<style>
a { background-color: #2EB5BA; }
a { background-color: rgb(46,181,186); }
div.DivClassName
{
background-color: #2EB5BA;
}
.BgClassName
{
background-color: #2EB5BA;
}
</style>
border-color css
<style>
span { border-color: #2EB5BA; }
span { border-color: rgb(46,181,186); }
td.TdClassName
{
border-color: #2EB5BA;
}
.TagClassName
{
border-color: #2EB5BA;
}
</style>