Shades of Light Sea Green #2EBAC0
Tints of Light Sea Green #2EBAC0
RGB
CMYK
RGB Variations
Color information
#2EBAC0 (or 0x2EBAC0) is known color: Light Sea Green. HEX triplet: 2E, BA and C0. RGB value is (46,186,192). Sum of RGB (Red+Green+Blue) = 46+186+192=424 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.85% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 192 (75.39% from 255 or 45.28% from 424); Max value from RGB is 192 - color contains mainly: blue. Hex color #2EBAC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBAC0 is #D1453F. Grayscale: #909090. Windows color (decimal): -13714752 or 12630574. OLE color: 12630574.
HSL color Cylindrical-coordinate representation of color #2EBAC0: hue angle of 182.47º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBAC0 is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 186 | 192 | - |
| CMYK | 0.76 | 0.03 | 0 | 0.25 |
| HSL | 182.47º | 0.61% | 0.47% | - |
| HSV(B) | 182.47º | 0.76% | 0.75% | - |
| XYZ | 28.2 | 39.5 | 56.01 | - |
| YUV | 144.82 | 154.62 | 57.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 186 | 192 | 0.76 | 0.03 | 0 | 0.25 | 182.47 | 0.61 | 0.47 |
| Hex | 2E | BA | C0 | 4C | 3 | 0 | 19 | B6 | 3D | 2F |
| Octal | 56 | 272 | 300 | 114 | 3 | 0 | 31 | 266 | 75 | 57 |
| Binary | 101110 | 10111010 | 11000000 | 1001100 | 11 | 0 | 11001 | 10110110 | 111101 | 101111 |
Color Harmonies of #2EBAC0
Complementary color
Monochromatic Colors of #2EBAC0
Black with #2EBAC0
Text Example
Text Example
White with #2EBAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBAC0; }
p { color: rgb(46,186,192); }
H1.HeaderClassName
{
color: #2EBAC0;
}
.AnyTagClassName
{
color: #2EBAC0;
}
</style>
background-color css
<style>
a { background-color: #2EBAC0; }
a { background-color: rgb(46,186,192); }
div.DivClassName
{
background-color: #2EBAC0;
}
.BgClassName
{
background-color: #2EBAC0;
}
</style>
border-color css
<style>
span { border-color: #2EBAC0; }
span { border-color: rgb(46,186,192); }
td.TdClassName
{
border-color: #2EBAC0;
}
.TagClassName
{
border-color: #2EBAC0;
}
</style>