Shades of Light Sea Green #2BC2B1
Tints of Light Sea Green #2BC2B1
RGB
CMYK
RGB Variations
Color information
#2BC2B1 (or 0x2BC2B1) is known color: Light Sea Green. HEX triplet: 2B, C2 and B1. RGB value is (43,194,177). Sum of RGB (Red+Green+Blue) = 43+194+177=414 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.39% from 414); Green value is 194 (76.17% from 255 or 46.86% from 414); Blue value is 177 (69.53% from 255 or 42.75% from 414); Max value from RGB is 194 - color contains mainly: green. Hex color #2BC2B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BC2B1 is #D43D4E. Grayscale: #929292. Windows color (decimal): -13909327 or 11649579. OLE color: 11649579.
HSL color Cylindrical-coordinate representation of color #2BC2B1: hue angle of 173.25º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC2B1 is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 194 | 177 | - |
| CMYK | 0.78 | 0 | 0.09 | 0.24 |
| HSL | 173.25º | 0.64% | 0.46% | - |
| HSV(B) | 173.25º | 0.78% | 0.76% | - |
| XYZ | 28.22 | 42.27 | 48.27 | - |
| YUV | 146.91 | 144.97 | 53.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 194 | 177 | 0.78 | 0 | 0.09 | 0.24 | 173.25 | 0.64 | 0.46 |
| Hex | 2B | C2 | B1 | 4E | 0 | 9 | 18 | AD | 40 | 2E |
| Octal | 53 | 302 | 261 | 116 | 0 | 11 | 30 | 255 | 100 | 56 |
| Binary | 101011 | 11000010 | 10110001 | 1001110 | 0 | 1001 | 11000 | 10101101 | 1000000 | 101110 |
Color Harmonies of #2BC2B1
Complementary color
Monochromatic Colors of #2BC2B1
Black with #2BC2B1
Text Example
Text Example
White with #2BC2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC2B1; }
p { color: rgb(43,194,177); }
H1.HeaderClassName
{
color: #2BC2B1;
}
.AnyTagClassName
{
color: #2BC2B1;
}
</style>
background-color css
<style>
a { background-color: #2BC2B1; }
a { background-color: rgb(43,194,177); }
div.DivClassName
{
background-color: #2BC2B1;
}
.BgClassName
{
background-color: #2BC2B1;
}
</style>
border-color css
<style>
span { border-color: #2BC2B1; }
span { border-color: rgb(43,194,177); }
td.TdClassName
{
border-color: #2BC2B1;
}
.TagClassName
{
border-color: #2BC2B1;
}
</style>