Shades of Light Sea Green #2EB19D
Tints of Light Sea Green #2EB19D
RGB
CMYK
RGB Variations
Color information
#2EB19D (or 0x2EB19D) is known color: Light Sea Green. HEX triplet: 2E, B1 and 9D. RGB value is (46,177,157). Sum of RGB (Red+Green+Blue) = 46+177+157=380 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.11% from 380); Green value is 177 (69.53% from 255 or 46.58% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 177 - color contains mainly: green. Hex color #2EB19D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EB19D is #D14E62. Grayscale: #878787. Windows color (decimal): -13717091 or 10334510. OLE color: 10334510.
HSL color Cylindrical-coordinate representation of color #2EB19D: hue angle of 170.84º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB19D is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 177 | 157 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.31 |
| HSL | 170.84º | 0.59% | 0.44% | - |
| HSV(B) | 170.84º | 0.74% | 0.69% | - |
| XYZ | 22.93 | 34.46 | 37.34 | - |
| YUV | 135.55 | 140.1 | 64.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 177 | 157 | 0.74 | 0 | 0.11 | 0.31 | 170.84 | 0.59 | 0.44 |
| Hex | 2E | B1 | 9D | 4A | 0 | B | 1F | AB | 3B | 2C |
| Octal | 56 | 261 | 235 | 112 | 0 | 13 | 37 | 253 | 73 | 54 |
| Binary | 101110 | 10110001 | 10011101 | 1001010 | 0 | 1011 | 11111 | 10101011 | 111011 | 101100 |
Color Harmonies of #2EB19D
Complementary color
Monochromatic Colors of #2EB19D
Black with #2EB19D
Text Example
Text Example
White with #2EB19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB19D; }
p { color: rgb(46,177,157); }
H1.HeaderClassName
{
color: #2EB19D;
}
.AnyTagClassName
{
color: #2EB19D;
}
</style>
background-color css
<style>
a { background-color: #2EB19D; }
a { background-color: rgb(46,177,157); }
div.DivClassName
{
background-color: #2EB19D;
}
.BgClassName
{
background-color: #2EB19D;
}
</style>
border-color css
<style>
span { border-color: #2EB19D; }
span { border-color: rgb(46,177,157); }
td.TdClassName
{
border-color: #2EB19D;
}
.TagClassName
{
border-color: #2EB19D;
}
</style>