Shades of Light Sea Green #2EBAB5
Tints of Light Sea Green #2EBAB5
RGB
CMYK
RGB Variations
Color information
#2EBAB5 (or 0x2EBAB5) is known color: Light Sea Green. HEX triplet: 2E, BA and B5. RGB value is (46,186,181). Sum of RGB (Red+Green+Blue) = 46+186+181=413 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.14% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 181 (71.09% from 255 or 43.83% from 413); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBAB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBAB5 is #D1454A. Grayscale: #8F8F8F. Windows color (decimal): -13714763 or 11909678. OLE color: 11909678.
HSL color Cylindrical-coordinate representation of color #2EBAB5: hue angle of 177.86º 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 #2EBAB5 is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 186 | 181 | - |
| CMYK | 0.75 | 0 | 0.03 | 0.27 |
| HSL | 177.86º | 0.6% | 0.45% | - |
| HSV(B) | 177.86º | 0.75% | 0.73% | - |
| XYZ | 27.03 | 39.03 | 49.83 | - |
| YUV | 143.57 | 149.12 | 58.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 186 | 181 | 0.75 | 0 | 0.03 | 0.27 | 177.86 | 0.6 | 0.45 |
| Hex | 2E | BA | B5 | 4B | 0 | 3 | 1B | B2 | 3C | 2D |
| Octal | 56 | 272 | 265 | 113 | 0 | 3 | 33 | 262 | 74 | 55 |
| Binary | 101110 | 10111010 | 10110101 | 1001011 | 0 | 11 | 11011 | 10110010 | 111100 | 101101 |
Color Harmonies of #2EBAB5
Complementary color
Monochromatic Colors of #2EBAB5
Black with #2EBAB5
Text Example
Text Example
White with #2EBAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBAB5; }
p { color: rgb(46,186,181); }
H1.HeaderClassName
{
color: #2EBAB5;
}
.AnyTagClassName
{
color: #2EBAB5;
}
</style>
background-color css
<style>
a { background-color: #2EBAB5; }
a { background-color: rgb(46,186,181); }
div.DivClassName
{
background-color: #2EBAB5;
}
.BgClassName
{
background-color: #2EBAB5;
}
</style>
border-color css
<style>
span { border-color: #2EBAB5; }
span { border-color: rgb(46,186,181); }
td.TdClassName
{
border-color: #2EBAB5;
}
.TagClassName
{
border-color: #2EBAB5;
}
</style>