Shades of Light Sea Green #2EBDB8
Tints of Light Sea Green #2EBDB8
RGB
CMYK
RGB Variations
Color information
#2EBDB8 (or 0x2EBDB8) is known color: Light Sea Green. HEX triplet: 2E, BD and B8. RGB value is (46,189,184). Sum of RGB (Red+Green+Blue) = 46+189+184=419 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.98% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 184 (72.27% from 255 or 43.91% from 419); Max value from RGB is 189 - color contains mainly: green. Hex color #2EBDB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBDB8 is #D14247. Grayscale: #919191. Windows color (decimal): -13713992 or 12107054. OLE color: 12107054.
HSL color Cylindrical-coordinate representation of color #2EBDB8: hue angle of 177.9º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBDB8 is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 189 | 184 | - |
| CMYK | 0.76 | 0 | 0.03 | 0.26 |
| HSL | 177.9º | 0.61% | 0.46% | - |
| HSV(B) | 177.9º | 0.76% | 0.74% | - |
| XYZ | 27.98 | 40.44 | 51.68 | - |
| YUV | 145.67 | 149.62 | 56.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 189 | 184 | 0.76 | 0 | 0.03 | 0.26 | 177.9 | 0.61 | 0.46 |
| Hex | 2E | BD | B8 | 4C | 0 | 3 | 1A | B2 | 3D | 2E |
| Octal | 56 | 275 | 270 | 114 | 0 | 3 | 32 | 262 | 75 | 56 |
| Binary | 101110 | 10111101 | 10111000 | 1001100 | 0 | 11 | 11010 | 10110010 | 111101 | 101110 |
Color Harmonies of #2EBDB8
Complementary color
Monochromatic Colors of #2EBDB8
Black with #2EBDB8
Text Example
Text Example
White with #2EBDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBDB8; }
p { color: rgb(46,189,184); }
H1.HeaderClassName
{
color: #2EBDB8;
}
.AnyTagClassName
{
color: #2EBDB8;
}
</style>
background-color css
<style>
a { background-color: #2EBDB8; }
a { background-color: rgb(46,189,184); }
div.DivClassName
{
background-color: #2EBDB8;
}
.BgClassName
{
background-color: #2EBDB8;
}
</style>
border-color css
<style>
span { border-color: #2EBDB8; }
span { border-color: rgb(46,189,184); }
td.TdClassName
{
border-color: #2EBDB8;
}
.TagClassName
{
border-color: #2EBDB8;
}
</style>