Shades of Light Sea Green #2EABB4
Tints of Light Sea Green #2EABB4
RGB
CMYK
RGB Variations
Color information
#2EABB4 (or 0x2EABB4) is known color: Light Sea Green. HEX triplet: 2E, AB and B4. RGB value is (46,171,180). Sum of RGB (Red+Green+Blue) = 46+171+180=397 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.59% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 180 (70.70% from 255 or 45.34% from 397); Max value from RGB is 180 - color contains mainly: blue. Hex color #2EABB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EABB4 is #D1544B. Grayscale: #868686. Windows color (decimal): -13718604 or 11840302. OLE color: 11840302.
HSL color Cylindrical-coordinate representation of color #2EABB4: hue angle of 184.03º 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 #2EABB4 is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 46 | 171 | 180 | - |
| CMYK | 0.74 | 0.05 | 0 | 0.29 |
| HSL | 184.03º | 0.59% | 0.44% | - |
| HSV(B) | 184.03º | 0.74% | 0.71% | - |
| XYZ | 23.93 | 33 | 48.29 | - |
| YUV | 134.65 | 153.59 | 64.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 171 | 180 | 0.74 | 0.05 | 0 | 0.29 | 184.03 | 0.59 | 0.44 |
| Hex | 2E | AB | B4 | 4A | 5 | 0 | 1D | B8 | 3B | 2C |
| Octal | 56 | 253 | 264 | 112 | 5 | 0 | 35 | 270 | 73 | 54 |
| Binary | 101110 | 10101011 | 10110100 | 1001010 | 101 | 0 | 11101 | 10111000 | 111011 | 101100 |
Color Harmonies of #2EABB4
Complementary color
Monochromatic Colors of #2EABB4
Black with #2EABB4
Text Example
Text Example
White with #2EABB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EABB4; }
p { color: rgb(46,171,180); }
H1.HeaderClassName
{
color: #2EABB4;
}
.AnyTagClassName
{
color: #2EABB4;
}
</style>
background-color css
<style>
a { background-color: #2EABB4; }
a { background-color: rgb(46,171,180); }
div.DivClassName
{
background-color: #2EABB4;
}
.BgClassName
{
background-color: #2EABB4;
}
</style>
border-color css
<style>
span { border-color: #2EABB4; }
span { border-color: rgb(46,171,180); }
td.TdClassName
{
border-color: #2EABB4;
}
.TagClassName
{
border-color: #2EABB4;
}
</style>