Shades of Light Sea Green #2EBAC2
Tints of Light Sea Green #2EBAC2
RGB
CMYK
RGB Variations
Color information
#2EBAC2 (or 0x2EBAC2) is known color: Light Sea Green. HEX triplet: 2E, BA and C2. RGB value is (46,186,194). Sum of RGB (Red+Green+Blue) = 46+186+194=426 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.80% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 194 (76.17% from 255 or 45.54% from 426); Max value from RGB is 194 - color contains mainly: blue. Hex color #2EBAC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBAC2 is #D1453D. Grayscale: #909090. Windows color (decimal): -13714750 or 12761646. OLE color: 12761646.
HSL color Cylindrical-coordinate representation of color #2EBAC2: hue angle of 183.24º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBAC2 is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 186 | 194 | - |
| CMYK | 0.76 | 0.04 | 0 | 0.24 |
| HSL | 183.24º | 0.62% | 0.47% | - |
| HSV(B) | 183.24º | 0.76% | 0.76% | - |
| XYZ | 28.42 | 39.59 | 57.18 | - |
| YUV | 145.05 | 155.62 | 57.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 186 | 194 | 0.76 | 0.04 | 0 | 0.24 | 183.24 | 0.62 | 0.47 |
| Hex | 2E | BA | C2 | 4C | 4 | 0 | 18 | B7 | 3E | 2F |
| Octal | 56 | 272 | 302 | 114 | 4 | 0 | 30 | 267 | 76 | 57 |
| Binary | 101110 | 10111010 | 11000010 | 1001100 | 100 | 0 | 11000 | 10110111 | 111110 | 101111 |
Color Harmonies of #2EBAC2
Complementary color
Monochromatic Colors of #2EBAC2
Black with #2EBAC2
Text Example
Text Example
White with #2EBAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBAC2; }
p { color: rgb(46,186,194); }
H1.HeaderClassName
{
color: #2EBAC2;
}
.AnyTagClassName
{
color: #2EBAC2;
}
</style>
background-color css
<style>
a { background-color: #2EBAC2; }
a { background-color: rgb(46,186,194); }
div.DivClassName
{
background-color: #2EBAC2;
}
.BgClassName
{
background-color: #2EBAC2;
}
</style>
border-color css
<style>
span { border-color: #2EBAC2; }
span { border-color: rgb(46,186,194); }
td.TdClassName
{
border-color: #2EBAC2;
}
.TagClassName
{
border-color: #2EBAC2;
}
</style>