Shades of Light Sea Green #2EB0BA
Tints of Light Sea Green #2EB0BA
RGB
CMYK
RGB Variations
Color information
#2EB0BA (or 0x2EB0BA) is known color: Light Sea Green. HEX triplet: 2E, B0 and BA. RGB value is (46,176,186). Sum of RGB (Red+Green+Blue) = 46+176+186=408 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.27% from 408); Green value is 176 (69.14% from 255 or 43.14% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #2EB0BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EB0BA is #D14F45. Grayscale: #8A8A8A. Windows color (decimal): -13717318 or 12234798. OLE color: 12234798.
HSL color Cylindrical-coordinate representation of color #2EB0BA: hue angle of 184.29º 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 #2EB0BA is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 176 | 186 | - |
| CMYK | 0.75 | 0.05 | 0 | 0.27 |
| HSL | 184.29º | 0.6% | 0.45% | - |
| HSV(B) | 184.29º | 0.75% | 0.73% | - |
| XYZ | 25.51 | 35.18 | 51.9 | - |
| YUV | 138.27 | 154.93 | 62.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 176 | 186 | 0.75 | 0.05 | 0 | 0.27 | 184.29 | 0.6 | 0.45 |
| Hex | 2E | B0 | BA | 4B | 5 | 0 | 1B | B8 | 3C | 2D |
| Octal | 56 | 260 | 272 | 113 | 5 | 0 | 33 | 270 | 74 | 55 |
| Binary | 101110 | 10110000 | 10111010 | 1001011 | 101 | 0 | 11011 | 10111000 | 111100 | 101101 |
Color Harmonies of #2EB0BA
Complementary color
Monochromatic Colors of #2EB0BA
Black with #2EB0BA
Text Example
Text Example
White with #2EB0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB0BA; }
p { color: rgb(46,176,186); }
H1.HeaderClassName
{
color: #2EB0BA;
}
.AnyTagClassName
{
color: #2EB0BA;
}
</style>
background-color css
<style>
a { background-color: #2EB0BA; }
a { background-color: rgb(46,176,186); }
div.DivClassName
{
background-color: #2EB0BA;
}
.BgClassName
{
background-color: #2EB0BA;
}
</style>
border-color css
<style>
span { border-color: #2EB0BA; }
span { border-color: rgb(46,176,186); }
td.TdClassName
{
border-color: #2EB0BA;
}
.TagClassName
{
border-color: #2EB0BA;
}
</style>