Shades of Light Sea Green #2EBDB7
Tints of Light Sea Green #2EBDB7
RGB
CMYK
RGB Variations
Color information
#2EBDB7 (or 0x2EBDB7) is known color: Light Sea Green. HEX triplet: 2E, BD and B7. RGB value is (46,189,183). Sum of RGB (Red+Green+Blue) = 46+189+183=418 (55% of max value = 765). Red value is 46 (18.36% from 255 or 11.00% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 183 (71.88% from 255 or 43.78% from 418); Max value from RGB is 189 - color contains mainly: green. Hex color #2EBDB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBDB7 is #D14248. Grayscale: #919191. Windows color (decimal): -13713993 or 12041518. OLE color: 12041518.
HSL color Cylindrical-coordinate representation of color #2EBDB7: hue angle of 177.48º 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 #2EBDB7 is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 189 | 183 | - |
| CMYK | 0.76 | 0 | 0.03 | 0.26 |
| HSL | 177.48º | 0.61% | 0.46% | - |
| HSV(B) | 177.48º | 0.76% | 0.74% | - |
| XYZ | 27.87 | 40.39 | 51.13 | - |
| YUV | 145.56 | 149.12 | 56.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 189 | 183 | 0.76 | 0 | 0.03 | 0.26 | 177.48 | 0.61 | 0.46 |
| Hex | 2E | BD | B7 | 4C | 0 | 3 | 1A | B1 | 3D | 2E |
| Octal | 56 | 275 | 267 | 114 | 0 | 3 | 32 | 261 | 75 | 56 |
| Binary | 101110 | 10111101 | 10110111 | 1001100 | 0 | 11 | 11010 | 10110001 | 111101 | 101110 |
Color Harmonies of #2EBDB7
Complementary color
Monochromatic Colors of #2EBDB7
Black with #2EBDB7
Text Example
Text Example
White with #2EBDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBDB7; }
p { color: rgb(46,189,183); }
H1.HeaderClassName
{
color: #2EBDB7;
}
.AnyTagClassName
{
color: #2EBDB7;
}
</style>
background-color css
<style>
a { background-color: #2EBDB7; }
a { background-color: rgb(46,189,183); }
div.DivClassName
{
background-color: #2EBDB7;
}
.BgClassName
{
background-color: #2EBDB7;
}
</style>
border-color css
<style>
span { border-color: #2EBDB7; }
span { border-color: rgb(46,189,183); }
td.TdClassName
{
border-color: #2EBDB7;
}
.TagClassName
{
border-color: #2EBDB7;
}
</style>