Shades of Light Sea Green #2EB4A8
Tints of Light Sea Green #2EB4A8
RGB
CMYK
RGB Variations
Color information
#2EB4A8 (or 0x2EB4A8) is known color: Light Sea Green. HEX triplet: 2E, B4 and A8. RGB value is (46,180,168). Sum of RGB (Red+Green+Blue) = 46+180+168=394 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.68% from 394); Green value is 180 (70.70% from 255 or 45.69% from 394); Blue value is 168 (66.02% from 255 or 42.64% from 394); Max value from RGB is 180 - color contains mainly: green. Hex color #2EB4A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB4A8 is #D14B57. Grayscale: #8A8A8A. Windows color (decimal): -13716312 or 11056174. OLE color: 11056174.
HSL color Cylindrical-coordinate representation of color #2EB4A8: hue angle of 174.63º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB4A8 is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 46 | 180 | 168 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.29 |
| HSL | 174.63º | 0.59% | 0.44% | - |
| HSV(B) | 174.63º | 0.74% | 0.71% | - |
| XYZ | 24.52 | 36.05 | 42.71 | - |
| YUV | 138.57 | 144.61 | 61.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 180 | 168 | 0.74 | 0 | 0.07 | 0.29 | 174.63 | 0.59 | 0.44 |
| Hex | 2E | B4 | A8 | 4A | 0 | 7 | 1D | AF | 3B | 2C |
| Octal | 56 | 264 | 250 | 112 | 0 | 7 | 35 | 257 | 73 | 54 |
| Binary | 101110 | 10110100 | 10101000 | 1001010 | 0 | 111 | 11101 | 10101111 | 111011 | 101100 |
Color Harmonies of #2EB4A8
Complementary color
Monochromatic Colors of #2EB4A8
Black with #2EB4A8
Text Example
Text Example
White with #2EB4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB4A8; }
p { color: rgb(46,180,168); }
H1.HeaderClassName
{
color: #2EB4A8;
}
.AnyTagClassName
{
color: #2EB4A8;
}
</style>
background-color css
<style>
a { background-color: #2EB4A8; }
a { background-color: rgb(46,180,168); }
div.DivClassName
{
background-color: #2EB4A8;
}
.BgClassName
{
background-color: #2EB4A8;
}
</style>
border-color css
<style>
span { border-color: #2EB4A8; }
span { border-color: rgb(46,180,168); }
td.TdClassName
{
border-color: #2EB4A8;
}
.TagClassName
{
border-color: #2EB4A8;
}
</style>