Shades of Light Sea Green #2EACB5
Tints of Light Sea Green #2EACB5
RGB
CMYK
RGB Variations
Color information
#2EACB5 (or 0x2EACB5) is known color: Light Sea Green. HEX triplet: 2E, AC and B5. RGB value is (46,172,181). Sum of RGB (Red+Green+Blue) = 46+172+181=399 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.53% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 181 (71.09% from 255 or 45.36% from 399); Max value from RGB is 181 - color contains mainly: blue. Hex color #2EACB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EACB5 is #D1534A. Grayscale: #878787. Windows color (decimal): -13718347 or 11906094. OLE color: 11906094.
HSL color Cylindrical-coordinate representation of color #2EACB5: hue angle of 184º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EACB5 is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 46 | 172 | 181 | - |
CMYK | 0.75 | 0.05 | 0 | 0.29 |
HSL | 184º | 0.59% | 0.45% | - |
HSV(B) | 184º | 0.75% | 0.71% | - |
XYZ | 24.22 | 33.42 | 48.89 | - |
YUV | 135.35 | 153.76 | 64.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 46 | 172 | 181 | 0.75 | 0.05 | 0 | 0.29 | 184 | 0.59 | 0.45 |
Hex | 2E | AC | B5 | 4B | 5 | 0 | 1D | B8 | 3B | 2D |
Octal | 56 | 254 | 265 | 113 | 5 | 0 | 35 | 270 | 73 | 55 |
Binary | 101110 | 10101100 | 10110101 | 1001011 | 101 | 0 | 11101 | 10111000 | 111011 | 101101 |
Color Harmonies of #2EACB5
Complementary color
Monochromatic Colors of #2EACB5
Black with #2EACB5
Text Example
Text Example
White with #2EACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EACB5; }
p { color: rgb(46,172,181); }
H1.HeaderClassName
{
color: #2EACB5;
}
.AnyTagClassName
{
color: #2EACB5;
}
</style>
background-color css
<style>
a { background-color: #2EACB5; }
a { background-color: rgb(46,172,181); }
div.DivClassName
{
background-color: #2EACB5;
}
.BgClassName
{
background-color: #2EACB5;
}
</style>
border-color css
<style>
span { border-color: #2EACB5; }
span { border-color: rgb(46,172,181); }
td.TdClassName
{
border-color: #2EACB5;
}
.TagClassName
{
border-color: #2EACB5;
}
</style>