Shades of Light Sea Green #2EBDB6
Tints of Light Sea Green #2EBDB6
RGB
CMYK
RGB Variations
Color information
#2EBDB6 (or 0x2EBDB6) is known color: Light Sea Green. HEX triplet: 2E, BD and B6. RGB value is (46,189,182). Sum of RGB (Red+Green+Blue) = 46+189+182=417 (55% of max value = 765). Red value is 46 (18.36% from 255 or 11.03% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 182 (71.48% from 255 or 43.65% from 417); Max value from RGB is 189 - color contains mainly: green. Hex color #2EBDB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBDB6 is #D14249. Grayscale: #919191. Windows color (decimal): -13713994 or 11975982. OLE color: 11975982.
HSL color Cylindrical-coordinate representation of color #2EBDB6: hue angle of 177.06º 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 #2EBDB6 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 189 | 182 | - |
| CMYK | 0.76 | 0 | 0.04 | 0.26 |
| HSL | 177.06º | 0.61% | 0.46% | - |
| HSV(B) | 177.06º | 0.76% | 0.74% | - |
| XYZ | 27.77 | 40.35 | 50.58 | - |
| YUV | 145.45 | 148.62 | 57.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 189 | 182 | 0.76 | 0 | 0.04 | 0.26 | 177.06 | 0.61 | 0.46 |
| Hex | 2E | BD | B6 | 4C | 0 | 4 | 1A | B1 | 3D | 2E |
| Octal | 56 | 275 | 266 | 114 | 0 | 4 | 32 | 261 | 75 | 56 |
| Binary | 101110 | 10111101 | 10110110 | 1001100 | 0 | 100 | 11010 | 10110001 | 111101 | 101110 |
Color Harmonies of #2EBDB6
Complementary color
Monochromatic Colors of #2EBDB6
Black with #2EBDB6
Text Example
Text Example
White with #2EBDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBDB6; }
p { color: rgb(46,189,182); }
H1.HeaderClassName
{
color: #2EBDB6;
}
.AnyTagClassName
{
color: #2EBDB6;
}
</style>
background-color css
<style>
a { background-color: #2EBDB6; }
a { background-color: rgb(46,189,182); }
div.DivClassName
{
background-color: #2EBDB6;
}
.BgClassName
{
background-color: #2EBDB6;
}
</style>
border-color css
<style>
span { border-color: #2EBDB6; }
span { border-color: rgb(46,189,182); }
td.TdClassName
{
border-color: #2EBDB6;
}
.TagClassName
{
border-color: #2EBDB6;
}
</style>