Shades of Light Sea Green #2EB7B1
Tints of Light Sea Green #2EB7B1
RGB
CMYK
RGB Variations
Color information
#2EB7B1 (or 0x2EB7B1) is known color: Light Sea Green. HEX triplet: 2E, B7 and B1. RGB value is (46,183,177). Sum of RGB (Red+Green+Blue) = 46+183+177=406 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.33% from 406); Green value is 183 (71.88% from 255 or 45.07% from 406); Blue value is 177 (69.53% from 255 or 43.60% from 406); Max value from RGB is 183 - color contains mainly: green. Hex color #2EB7B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB7B1 is #D1484E. Grayscale: #8D8D8D. Windows color (decimal): -13715535 or 11646766. OLE color: 11646766.
HSL color Cylindrical-coordinate representation of color #2EB7B1: hue angle of 177.37º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB7B1 is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 46 | 183 | 177 | - |
| CMYK | 0.75 | 0 | 0.03 | 0.28 |
| HSL | 177.37º | 0.6% | 0.45% | - |
| HSV(B) | 177.37º | 0.75% | 0.72% | - |
| XYZ | 26 | 37.62 | 47.49 | - |
| YUV | 141.35 | 148.11 | 59.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 183 | 177 | 0.75 | 0 | 0.03 | 0.28 | 177.37 | 0.6 | 0.45 |
| Hex | 2E | B7 | B1 | 4B | 0 | 3 | 1C | B1 | 3C | 2D |
| Octal | 56 | 267 | 261 | 113 | 0 | 3 | 34 | 261 | 74 | 55 |
| Binary | 101110 | 10110111 | 10110001 | 1001011 | 0 | 11 | 11100 | 10110001 | 111100 | 101101 |
Color Harmonies of #2EB7B1
Complementary color
Monochromatic Colors of #2EB7B1
Black with #2EB7B1
Text Example
Text Example
White with #2EB7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB7B1; }
p { color: rgb(46,183,177); }
H1.HeaderClassName
{
color: #2EB7B1;
}
.AnyTagClassName
{
color: #2EB7B1;
}
</style>
background-color css
<style>
a { background-color: #2EB7B1; }
a { background-color: rgb(46,183,177); }
div.DivClassName
{
background-color: #2EB7B1;
}
.BgClassName
{
background-color: #2EB7B1;
}
</style>
border-color css
<style>
span { border-color: #2EB7B1; }
span { border-color: rgb(46,183,177); }
td.TdClassName
{
border-color: #2EB7B1;
}
.TagClassName
{
border-color: #2EB7B1;
}
</style>