Shades of Light Sea Green #2EC3BB
Tints of Light Sea Green #2EC3BB
RGB
CMYK
RGB Variations
Color information
#2EC3BB (or 0x2EC3BB) is known color: Light Sea Green. HEX triplet: 2E, C3 and BB. RGB value is (46,195,187). Sum of RGB (Red+Green+Blue) = 46+195+187=428 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.75% from 428); Green value is 195 (76.56% from 255 or 45.56% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 195 - color contains mainly: green. Hex color #2EC3BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EC3BB is #D13C44. Grayscale: #959595. Windows color (decimal): -13712453 or 12305198. OLE color: 12305198.
HSL color Cylindrical-coordinate representation of color #2EC3BB: hue angle of 176.78º 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 #2EC3BB is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 195 | 187 | - |
| CMYK | 0.76 | 0 | 0.04 | 0.24 |
| HSL | 176.78º | 0.62% | 0.47% | - |
| HSV(B) | 176.78º | 0.76% | 0.76% | - |
| XYZ | 29.61 | 43.2 | 53.79 | - |
| YUV | 149.54 | 149.14 | 54.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 195 | 187 | 0.76 | 0 | 0.04 | 0.24 | 176.78 | 0.62 | 0.47 |
| Hex | 2E | C3 | BB | 4C | 0 | 4 | 18 | B1 | 3E | 2F |
| Octal | 56 | 303 | 273 | 114 | 0 | 4 | 30 | 261 | 76 | 57 |
| Binary | 101110 | 11000011 | 10111011 | 1001100 | 0 | 100 | 11000 | 10110001 | 111110 | 101111 |
Color Harmonies of #2EC3BB
Complementary color
Monochromatic Colors of #2EC3BB
Black with #2EC3BB
Text Example
Text Example
White with #2EC3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC3BB; }
p { color: rgb(46,195,187); }
H1.HeaderClassName
{
color: #2EC3BB;
}
.AnyTagClassName
{
color: #2EC3BB;
}
</style>
background-color css
<style>
a { background-color: #2EC3BB; }
a { background-color: rgb(46,195,187); }
div.DivClassName
{
background-color: #2EC3BB;
}
.BgClassName
{
background-color: #2EC3BB;
}
</style>
border-color css
<style>
span { border-color: #2EC3BB; }
span { border-color: rgb(46,195,187); }
td.TdClassName
{
border-color: #2EC3BB;
}
.TagClassName
{
border-color: #2EC3BB;
}
</style>