Shades of Light Sea Green #2EADB2
Tints of Light Sea Green #2EADB2
RGB
CMYK
RGB Variations
Color information
#2EADB2 (or 0x2EADB2) is known color: Light Sea Green. HEX triplet: 2E, AD and B2. RGB value is (46,173,178). Sum of RGB (Red+Green+Blue) = 46+173+178=397 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.59% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 178 (69.92% from 255 or 44.84% from 397); Max value from RGB is 178 - color contains mainly: blue. Hex color #2EADB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EADB2 is #D1524D. Grayscale: #878787. Windows color (decimal): -13718094 or 11709742. OLE color: 11709742.
HSL color Cylindrical-coordinate representation of color #2EADB2: hue angle of 182.27º 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 #2EADB2 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 46 | 173 | 178 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.30 |
| HSL | 182.27º | 0.59% | 0.44% | - |
| HSV(B) | 182.27º | 0.74% | 0.7% | - |
| XYZ | 24.11 | 33.68 | 47.35 | - |
| YUV | 135.6 | 151.92 | 64.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 173 | 178 | 0.74 | 0.03 | 0 | 0.30 | 182.27 | 0.59 | 0.44 |
| Hex | 2E | AD | B2 | 4A | 3 | 0 | 1E | B6 | 3B | 2C |
| Octal | 56 | 255 | 262 | 112 | 3 | 0 | 36 | 266 | 73 | 54 |
| Binary | 101110 | 10101101 | 10110010 | 1001010 | 11 | 0 | 11110 | 10110110 | 111011 | 101100 |
Color Harmonies of #2EADB2
Complementary color
Monochromatic Colors of #2EADB2
Black with #2EADB2
Text Example
Text Example
White with #2EADB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EADB2; }
p { color: rgb(46,173,178); }
H1.HeaderClassName
{
color: #2EADB2;
}
.AnyTagClassName
{
color: #2EADB2;
}
</style>
background-color css
<style>
a { background-color: #2EADB2; }
a { background-color: rgb(46,173,178); }
div.DivClassName
{
background-color: #2EADB2;
}
.BgClassName
{
background-color: #2EADB2;
}
</style>
border-color css
<style>
span { border-color: #2EADB2; }
span { border-color: rgb(46,173,178); }
td.TdClassName
{
border-color: #2EADB2;
}
.TagClassName
{
border-color: #2EADB2;
}
</style>