Shades of Light Sea Green #2EBBBC
Tints of Light Sea Green #2EBBBC
RGB
CMYK
RGB Variations
Color information
#2EBBBC (or 0x2EBBBC) is known color: Light Sea Green. HEX triplet: 2E, BB and BC. RGB value is (46,187,188). Sum of RGB (Red+Green+Blue) = 46+187+188=421 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.93% from 421); Green value is 187 (73.44% from 255 or 44.42% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 188 - color contains mainly: blue. Hex color #2EBBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBBBC is #D14443. Grayscale: #909090. Windows color (decimal): -13714500 or 12368686. OLE color: 12368686.
HSL color Cylindrical-coordinate representation of color #2EBBBC: hue angle of 180.42º 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 #2EBBBC is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 187 | 188 | - |
| CMYK | 0.76 | 0.01 | 0 | 0.26 |
| HSL | 180.42º | 0.61% | 0.46% | - |
| HSV(B) | 180.42º | 0.76% | 0.74% | - |
| XYZ | 27.97 | 39.75 | 53.78 | - |
| YUV | 144.96 | 152.29 | 57.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 187 | 188 | 0.76 | 0.01 | 0 | 0.26 | 180.42 | 0.61 | 0.46 |
| Hex | 2E | BB | BC | 4C | 1 | 0 | 1A | B4 | 3D | 2E |
| Octal | 56 | 273 | 274 | 114 | 1 | 0 | 32 | 264 | 75 | 56 |
| Binary | 101110 | 10111011 | 10111100 | 1001100 | 1 | 0 | 11010 | 10110100 | 111101 | 101110 |
Color Harmonies of #2EBBBC
Complementary color
Monochromatic Colors of #2EBBBC
Black with #2EBBBC
Text Example
Text Example
White with #2EBBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBBBC; }
p { color: rgb(46,187,188); }
H1.HeaderClassName
{
color: #2EBBBC;
}
.AnyTagClassName
{
color: #2EBBBC;
}
</style>
background-color css
<style>
a { background-color: #2EBBBC; }
a { background-color: rgb(46,187,188); }
div.DivClassName
{
background-color: #2EBBBC;
}
.BgClassName
{
background-color: #2EBBBC;
}
</style>
border-color css
<style>
span { border-color: #2EBBBC; }
span { border-color: rgb(46,187,188); }
td.TdClassName
{
border-color: #2EBBBC;
}
.TagClassName
{
border-color: #2EBBBC;
}
</style>