Shades of Light Sea Green #2EC7B5
Tints of Light Sea Green #2EC7B5
RGB
CMYK
RGB Variations
Color information
#2EC7B5 (or 0x2EC7B5) is known color: Light Sea Green. HEX triplet: 2E, C7 and B5. RGB value is (46,199,181). Sum of RGB (Red+Green+Blue) = 46+199+181=426 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.80% from 426); Green value is 199 (78.12% from 255 or 46.71% from 426); Blue value is 181 (71.09% from 255 or 42.49% from 426); Max value from RGB is 199 - color contains mainly: green. Hex color #2EC7B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EC7B5 is #D1384A. Grayscale: #979797. Windows color (decimal): -13711435 or 11913006. OLE color: 11913006.
HSL color Cylindrical-coordinate representation of color #2EC7B5: hue angle of 172.94º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC7B5 is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
RGB | 46 | 199 | 181 | - |
CMYK | 0.77 | 0 | 0.09 | 0.22 |
HSL | 172.94º | 0.62% | 0.48% | - |
HSV(B) | 172.94º | 0.77% | 0.78% | - |
XYZ | 29.89 | 44.76 | 50.78 | - |
YUV | 151.2 | 144.81 | 52.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 46 | 199 | 181 | 0.77 | 0 | 0.09 | 0.22 | 172.94 | 0.62 | 0.48 |
Hex | 2E | C7 | B5 | 4D | 0 | 9 | 16 | AD | 3E | 30 |
Octal | 56 | 307 | 265 | 115 | 0 | 11 | 26 | 255 | 76 | 60 |
Binary | 101110 | 11000111 | 10110101 | 1001101 | 0 | 1001 | 10110 | 10101101 | 111110 | 110000 |
Color Harmonies of #2EC7B5
Complementary color
Monochromatic Colors of #2EC7B5
Black with #2EC7B5
Text Example
Text Example
White with #2EC7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC7B5; }
p { color: rgb(46,199,181); }
H1.HeaderClassName
{
color: #2EC7B5;
}
.AnyTagClassName
{
color: #2EC7B5;
}
</style>
background-color css
<style>
a { background-color: #2EC7B5; }
a { background-color: rgb(46,199,181); }
div.DivClassName
{
background-color: #2EC7B5;
}
.BgClassName
{
background-color: #2EC7B5;
}
</style>
border-color css
<style>
span { border-color: #2EC7B5; }
span { border-color: rgb(46,199,181); }
td.TdClassName
{
border-color: #2EC7B5;
}
.TagClassName
{
border-color: #2EC7B5;
}
</style>