Shades of Light Sea Green #2BC1BC
Tints of Light Sea Green #2BC1BC
RGB
CMYK
RGB Variations
Color information
#2BC1BC (or 0x2BC1BC) is known color: Light Sea Green. HEX triplet: 2B, C1 and BC. RGB value is (43,193,188). Sum of RGB (Red+Green+Blue) = 43+193+188=424 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.14% from 424); Green value is 193 (75.78% from 255 or 45.52% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 193 - color contains mainly: green. Hex color #2BC1BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BC1BC is #D43E43. Grayscale: #939393. Windows color (decimal): -13909572 or 12370219. OLE color: 12370219.
HSL color Cylindrical-coordinate representation of color #2BC1BC: hue angle of 178º 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 #2BC1BC is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 193 | 188 | - |
| CMYK | 0.78 | 0 | 0.03 | 0.24 |
| HSL | 178º | 0.64% | 0.46% | - |
| HSV(B) | 178º | 0.78% | 0.76% | - |
| XYZ | 29.14 | 42.28 | 54.2 | - |
| YUV | 147.58 | 150.81 | 53.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 193 | 188 | 0.78 | 0 | 0.03 | 0.24 | 178 | 0.64 | 0.46 |
| Hex | 2B | C1 | BC | 4E | 0 | 3 | 18 | B2 | 40 | 2E |
| Octal | 53 | 301 | 274 | 116 | 0 | 3 | 30 | 262 | 100 | 56 |
| Binary | 101011 | 11000001 | 10111100 | 1001110 | 0 | 11 | 11000 | 10110010 | 1000000 | 101110 |
Color Harmonies of #2BC1BC
Complementary color
Monochromatic Colors of #2BC1BC
Black with #2BC1BC
Text Example
Text Example
White with #2BC1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC1BC; }
p { color: rgb(43,193,188); }
H1.HeaderClassName
{
color: #2BC1BC;
}
.AnyTagClassName
{
color: #2BC1BC;
}
</style>
background-color css
<style>
a { background-color: #2BC1BC; }
a { background-color: rgb(43,193,188); }
div.DivClassName
{
background-color: #2BC1BC;
}
.BgClassName
{
background-color: #2BC1BC;
}
</style>
border-color css
<style>
span { border-color: #2BC1BC; }
span { border-color: rgb(43,193,188); }
td.TdClassName
{
border-color: #2BC1BC;
}
.TagClassName
{
border-color: #2BC1BC;
}
</style>