Shades of Light Sea Green #2EC2B8
Tints of Light Sea Green #2EC2B8
RGB
CMYK
RGB Variations
Color information
#2EC2B8 (or 0x2EC2B8) is known color: Light Sea Green. HEX triplet: 2E, C2 and B8. RGB value is (46,194,184). Sum of RGB (Red+Green+Blue) = 46+194+184=424 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.85% from 424); Green value is 194 (76.17% from 255 or 45.75% from 424); Blue value is 184 (72.27% from 255 or 43.40% from 424); Max value from RGB is 194 - color contains mainly: green. Hex color #2EC2B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EC2B8 is #D13D47. Grayscale: #949494. Windows color (decimal): -13712712 or 12108334. OLE color: 12108334.
HSL color Cylindrical-coordinate representation of color #2EC2B8: hue angle of 175.95º 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 #2EC2B8 is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 194 | 184 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.24 |
| HSL | 175.95º | 0.62% | 0.47% | - |
| HSV(B) | 175.95º | 0.76% | 0.76% | - |
| XYZ | 29.07 | 42.63 | 52.04 | - |
| YUV | 148.61 | 147.97 | 54.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 194 | 184 | 0.76 | 0 | 0.05 | 0.24 | 175.95 | 0.62 | 0.47 |
| Hex | 2E | C2 | B8 | 4C | 0 | 5 | 18 | B0 | 3E | 2F |
| Octal | 56 | 302 | 270 | 114 | 0 | 5 | 30 | 260 | 76 | 57 |
| Binary | 101110 | 11000010 | 10111000 | 1001100 | 0 | 101 | 11000 | 10110000 | 111110 | 101111 |
Color Harmonies of #2EC2B8
Complementary color
Monochromatic Colors of #2EC2B8
Black with #2EC2B8
Text Example
Text Example
White with #2EC2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC2B8; }
p { color: rgb(46,194,184); }
H1.HeaderClassName
{
color: #2EC2B8;
}
.AnyTagClassName
{
color: #2EC2B8;
}
</style>
background-color css
<style>
a { background-color: #2EC2B8; }
a { background-color: rgb(46,194,184); }
div.DivClassName
{
background-color: #2EC2B8;
}
.BgClassName
{
background-color: #2EC2B8;
}
</style>
border-color css
<style>
span { border-color: #2EC2B8; }
span { border-color: rgb(46,194,184); }
td.TdClassName
{
border-color: #2EC2B8;
}
.TagClassName
{
border-color: #2EC2B8;
}
</style>