Shades of Light Sea Green #2BC0AB
Tints of Light Sea Green #2BC0AB
RGB
CMYK
RGB Variations
Color information
#2BC0AB (or 0x2BC0AB) is known color: Light Sea Green. HEX triplet: 2B, C0 and AB. RGB value is (43,192,171). Sum of RGB (Red+Green+Blue) = 43+192+171=406 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.59% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 192 - color contains mainly: green. Hex color #2BC0AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BC0AB is #D43F54. Grayscale: #909090. Windows color (decimal): -13909845 or 11255851. OLE color: 11255851.
HSL color Cylindrical-coordinate representation of color #2BC0AB: hue angle of 171.54º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC0AB is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 192 | 171 | - |
| CMYK | 0.78 | 0 | 0.11 | 0.25 |
| HSL | 171.54º | 0.63% | 0.46% | - |
| HSV(B) | 171.54º | 0.78% | 0.75% | - |
| XYZ | 27.2 | 41.15 | 45.04 | - |
| YUV | 145.06 | 142.64 | 55.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 192 | 171 | 0.78 | 0 | 0.11 | 0.25 | 171.54 | 0.63 | 0.46 |
| Hex | 2B | C0 | AB | 4E | 0 | B | 19 | AC | 3F | 2E |
| Octal | 53 | 300 | 253 | 116 | 0 | 13 | 31 | 254 | 77 | 56 |
| Binary | 101011 | 11000000 | 10101011 | 1001110 | 0 | 1011 | 11001 | 10101100 | 111111 | 101110 |
Color Harmonies of #2BC0AB
Complementary color
Monochromatic Colors of #2BC0AB
Black with #2BC0AB
Text Example
Text Example
White with #2BC0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC0AB; }
p { color: rgb(43,192,171); }
H1.HeaderClassName
{
color: #2BC0AB;
}
.AnyTagClassName
{
color: #2BC0AB;
}
</style>
background-color css
<style>
a { background-color: #2BC0AB; }
a { background-color: rgb(43,192,171); }
div.DivClassName
{
background-color: #2BC0AB;
}
.BgClassName
{
background-color: #2BC0AB;
}
</style>
border-color css
<style>
span { border-color: #2BC0AB; }
span { border-color: rgb(43,192,171); }
td.TdClassName
{
border-color: #2BC0AB;
}
.TagClassName
{
border-color: #2BC0AB;
}
</style>