Shades of Light Sea Green #2EC3BE
Tints of Light Sea Green #2EC3BE
RGB
CMYK
RGB Variations
Color information
#2EC3BE (or 0x2EC3BE) is known color: Light Sea Green. HEX triplet: 2E, C3 and BE. RGB value is (46,195,190). Sum of RGB (Red+Green+Blue) = 46+195+190=431 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.67% from 431); Green value is 195 (76.56% from 255 or 45.24% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 195 - color contains mainly: green. Hex color #2EC3BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EC3BE is #D13C41. Grayscale: #959595. Windows color (decimal): -13712450 or 12501806. OLE color: 12501806.
HSL color Cylindrical-coordinate representation of color #2EC3BE: hue angle of 177.99º 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 #2EC3BE is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 195 | 190 | - |
| CMYK | 0.76 | 0 | 0.03 | 0.24 |
| HSL | 177.99º | 0.62% | 0.47% | - |
| HSV(B) | 177.99º | 0.76% | 0.76% | - |
| XYZ | 29.94 | 43.33 | 55.5 | - |
| YUV | 149.88 | 150.64 | 53.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 195 | 190 | 0.76 | 0 | 0.03 | 0.24 | 177.99 | 0.62 | 0.47 |
| Hex | 2E | C3 | BE | 4C | 0 | 3 | 18 | B2 | 3E | 2F |
| Octal | 56 | 303 | 276 | 114 | 0 | 3 | 30 | 262 | 76 | 57 |
| Binary | 101110 | 11000011 | 10111110 | 1001100 | 0 | 11 | 11000 | 10110010 | 111110 | 101111 |
Color Harmonies of #2EC3BE
Complementary color
Monochromatic Colors of #2EC3BE
Black with #2EC3BE
Text Example
Text Example
White with #2EC3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC3BE; }
p { color: rgb(46,195,190); }
H1.HeaderClassName
{
color: #2EC3BE;
}
.AnyTagClassName
{
color: #2EC3BE;
}
</style>
background-color css
<style>
a { background-color: #2EC3BE; }
a { background-color: rgb(46,195,190); }
div.DivClassName
{
background-color: #2EC3BE;
}
.BgClassName
{
background-color: #2EC3BE;
}
</style>
border-color css
<style>
span { border-color: #2EC3BE; }
span { border-color: rgb(46,195,190); }
td.TdClassName
{
border-color: #2EC3BE;
}
.TagClassName
{
border-color: #2EC3BE;
}
</style>