Shades of Light Sea Green #2EB2AD
Tints of Light Sea Green #2EB2AD
RGB
CMYK
RGB Variations
Color information
#2EB2AD (or 0x2EB2AD) is known color: Light Sea Green. HEX triplet: 2E, B2 and AD. RGB value is (46,178,173). Sum of RGB (Red+Green+Blue) = 46+178+173=397 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.59% from 397); Green value is 178 (69.92% from 255 or 44.84% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 178 - color contains mainly: green. Hex color #2EB2AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EB2AD is #D14D52. Grayscale: #898989. Windows color (decimal): -13716819 or 11383342. OLE color: 11383342.
HSL color Cylindrical-coordinate representation of color #2EB2AD: hue angle of 177.73º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB2AD is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 46 | 178 | 173 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.30 |
| HSL | 177.73º | 0.59% | 0.44% | - |
| HSV(B) | 177.73º | 0.74% | 0.7% | - |
| XYZ | 24.59 | 35.44 | 45.08 | - |
| YUV | 137.96 | 147.77 | 62.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 178 | 173 | 0.74 | 0 | 0.03 | 0.30 | 177.73 | 0.59 | 0.44 |
| Hex | 2E | B2 | AD | 4A | 0 | 3 | 1E | B2 | 3B | 2C |
| Octal | 56 | 262 | 255 | 112 | 0 | 3 | 36 | 262 | 73 | 54 |
| Binary | 101110 | 10110010 | 10101101 | 1001010 | 0 | 11 | 11110 | 10110010 | 111011 | 101100 |
Color Harmonies of #2EB2AD
Complementary color
Monochromatic Colors of #2EB2AD
Black with #2EB2AD
Text Example
Text Example
White with #2EB2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB2AD; }
p { color: rgb(46,178,173); }
H1.HeaderClassName
{
color: #2EB2AD;
}
.AnyTagClassName
{
color: #2EB2AD;
}
</style>
background-color css
<style>
a { background-color: #2EB2AD; }
a { background-color: rgb(46,178,173); }
div.DivClassName
{
background-color: #2EB2AD;
}
.BgClassName
{
background-color: #2EB2AD;
}
</style>
border-color css
<style>
span { border-color: #2EB2AD; }
span { border-color: rgb(46,178,173); }
td.TdClassName
{
border-color: #2EB2AD;
}
.TagClassName
{
border-color: #2EB2AD;
}
</style>