Shades of Light Sea Green #2BC2AB
Tints of Light Sea Green #2BC2AB
RGB
CMYK
RGB Variations
Color information
#2BC2AB (or 0x2BC2AB) is known color: Light Sea Green. HEX triplet: 2B, C2 and AB. RGB value is (43,194,171). Sum of RGB (Red+Green+Blue) = 43+194+171=408 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.54% from 408); Green value is 194 (76.17% from 255 or 47.55% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 194 - color contains mainly: green. Hex color #2BC2AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BC2AB is #D43D54. Grayscale: #929292. Windows color (decimal): -13909333 or 11256363. OLE color: 11256363.
HSL color Cylindrical-coordinate representation of color #2BC2AB: hue angle of 170.86º 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 #2BC2AB is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 194 | 171 | - |
| CMYK | 0.78 | 0 | 0.12 | 0.24 |
| HSL | 170.86º | 0.64% | 0.46% | - |
| HSV(B) | 170.86º | 0.78% | 0.76% | - |
| XYZ | 27.64 | 42.04 | 45.19 | - |
| YUV | 146.23 | 141.97 | 54.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 194 | 171 | 0.78 | 0 | 0.12 | 0.24 | 170.86 | 0.64 | 0.46 |
| Hex | 2B | C2 | AB | 4E | 0 | C | 18 | AB | 40 | 2E |
| Octal | 53 | 302 | 253 | 116 | 0 | 14 | 30 | 253 | 100 | 56 |
| Binary | 101011 | 11000010 | 10101011 | 1001110 | 0 | 1100 | 11000 | 10101011 | 1000000 | 101110 |
Color Harmonies of #2BC2AB
Complementary color
Monochromatic Colors of #2BC2AB
Black with #2BC2AB
Text Example
Text Example
White with #2BC2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC2AB; }
p { color: rgb(43,194,171); }
H1.HeaderClassName
{
color: #2BC2AB;
}
.AnyTagClassName
{
color: #2BC2AB;
}
</style>
background-color css
<style>
a { background-color: #2BC2AB; }
a { background-color: rgb(43,194,171); }
div.DivClassName
{
background-color: #2BC2AB;
}
.BgClassName
{
background-color: #2BC2AB;
}
</style>
border-color css
<style>
span { border-color: #2BC2AB; }
span { border-color: rgb(43,194,171); }
td.TdClassName
{
border-color: #2BC2AB;
}
.TagClassName
{
border-color: #2BC2AB;
}
</style>