Shades of Light Sea Green #2BC1AF
Tints of Light Sea Green #2BC1AF
RGB
CMYK
RGB Variations
Color information
#2BC1AF (or 0x2BC1AF) is known color: Light Sea Green. HEX triplet: 2B, C1 and AF. RGB value is (43,193,175). Sum of RGB (Red+Green+Blue) = 43+193+175=411 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.46% from 411); Green value is 193 (75.78% from 255 or 46.96% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 193 - color contains mainly: green. Hex color #2BC1AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BC1AF is #D43E50. Grayscale: #929292. Windows color (decimal): -13909585 or 11518251. OLE color: 11518251.
HSL color Cylindrical-coordinate representation of color #2BC1AF: hue angle of 172.8º 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 #2BC1AF is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 193 | 175 | - |
| CMYK | 0.78 | 0 | 0.09 | 0.24 |
| HSL | 172.8º | 0.64% | 0.46% | - |
| HSV(B) | 172.8º | 0.78% | 0.76% | - |
| XYZ | 27.8 | 41.75 | 47.15 | - |
| YUV | 146.1 | 144.31 | 54.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 193 | 175 | 0.78 | 0 | 0.09 | 0.24 | 172.8 | 0.64 | 0.46 |
| Hex | 2B | C1 | AF | 4E | 0 | 9 | 18 | AD | 40 | 2E |
| Octal | 53 | 301 | 257 | 116 | 0 | 11 | 30 | 255 | 100 | 56 |
| Binary | 101011 | 11000001 | 10101111 | 1001110 | 0 | 1001 | 11000 | 10101101 | 1000000 | 101110 |
Color Harmonies of #2BC1AF
Complementary color
Monochromatic Colors of #2BC1AF
Black with #2BC1AF
Text Example
Text Example
White with #2BC1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC1AF; }
p { color: rgb(43,193,175); }
H1.HeaderClassName
{
color: #2BC1AF;
}
.AnyTagClassName
{
color: #2BC1AF;
}
</style>
background-color css
<style>
a { background-color: #2BC1AF; }
a { background-color: rgb(43,193,175); }
div.DivClassName
{
background-color: #2BC1AF;
}
.BgClassName
{
background-color: #2BC1AF;
}
</style>
border-color css
<style>
span { border-color: #2BC1AF; }
span { border-color: rgb(43,193,175); }
td.TdClassName
{
border-color: #2BC1AF;
}
.TagClassName
{
border-color: #2BC1AF;
}
</style>