Shades of Light Sea Green #2EC2B6
Tints of Light Sea Green #2EC2B6
RGB
CMYK
RGB Variations
Color information
#2EC2B6 (or 0x2EC2B6) is known color: Light Sea Green. HEX triplet: 2E, C2 and B6. RGB value is (46,194,182). Sum of RGB (Red+Green+Blue) = 46+194+182=422 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.90% from 422); Green value is 194 (76.17% from 255 or 45.97% from 422); Blue value is 182 (71.48% from 255 or 43.13% from 422); Max value from RGB is 194 - color contains mainly: green. Hex color #2EC2B6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EC2B6 is #D13D49. Grayscale: #949494. Windows color (decimal): -13712714 or 11977262. OLE color: 11977262.
HSL color Cylindrical-coordinate representation of color #2EC2B6: hue angle of 175.14º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC2B6 is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 194 | 182 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.24 |
| HSL | 175.14º | 0.62% | 0.47% | - |
| HSV(B) | 175.14º | 0.76% | 0.76% | - |
| XYZ | 28.86 | 42.54 | 50.95 | - |
| YUV | 148.38 | 146.97 | 54.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 194 | 182 | 0.76 | 0 | 0.06 | 0.24 | 175.14 | 0.62 | 0.47 |
| Hex | 2E | C2 | B6 | 4C | 0 | 6 | 18 | AF | 3E | 2F |
| Octal | 56 | 302 | 266 | 114 | 0 | 6 | 30 | 257 | 76 | 57 |
| Binary | 101110 | 11000010 | 10110110 | 1001100 | 0 | 110 | 11000 | 10101111 | 111110 | 101111 |
Color Harmonies of #2EC2B6
Complementary color
Monochromatic Colors of #2EC2B6
Black with #2EC2B6
Text Example
Text Example
White with #2EC2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC2B6; }
p { color: rgb(46,194,182); }
H1.HeaderClassName
{
color: #2EC2B6;
}
.AnyTagClassName
{
color: #2EC2B6;
}
</style>
background-color css
<style>
a { background-color: #2EC2B6; }
a { background-color: rgb(46,194,182); }
div.DivClassName
{
background-color: #2EC2B6;
}
.BgClassName
{
background-color: #2EC2B6;
}
</style>
border-color css
<style>
span { border-color: #2EC2B6; }
span { border-color: rgb(46,194,182); }
td.TdClassName
{
border-color: #2EC2B6;
}
.TagClassName
{
border-color: #2EC2B6;
}
</style>