Shades of Light Sea Green #2FBCAC
Tints of Light Sea Green #2FBCAC
RGB
CMYK
RGB Variations
Color information
#2FBCAC (or 0x2FBCAC) is known color: Light Sea Green. HEX triplet: 2F, BC and AC. RGB value is (47,188,172). Sum of RGB (Red+Green+Blue) = 47+188+172=407 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.55% from 407); Green value is 188 (73.83% from 255 or 46.19% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBCAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBCAC is #D04353. Grayscale: #8F8F8F. Windows color (decimal): -13648724 or 11320367. OLE color: 11320367.
HSL color Cylindrical-coordinate representation of color #2FBCAC: hue angle of 173.19º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBCAC is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 172 | - |
| CMYK | 0.75 | 0 | 0.09 | 0.26 |
| HSL | 173.19º | 0.6% | 0.46% | - |
| HSV(B) | 173.19º | 0.75% | 0.74% | - |
| XYZ | 26.6 | 39.55 | 45.26 | - |
| YUV | 144.02 | 143.79 | 58.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 172 | 0.75 | 0 | 0.09 | 0.26 | 173.19 | 0.6 | 0.46 |
| Hex | 2F | BC | AC | 4B | 0 | 9 | 1A | AD | 3C | 2E |
| Octal | 57 | 274 | 254 | 113 | 0 | 11 | 32 | 255 | 74 | 56 |
| Binary | 101111 | 10111100 | 10101100 | 1001011 | 0 | 1001 | 11010 | 10101101 | 111100 | 101110 |
Color Harmonies of #2FBCAC
Complementary color
Monochromatic Colors of #2FBCAC
Black with #2FBCAC
Text Example
Text Example
White with #2FBCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBCAC; }
p { color: rgb(47,188,172); }
H1.HeaderClassName
{
color: #2FBCAC;
}
.AnyTagClassName
{
color: #2FBCAC;
}
</style>
background-color css
<style>
a { background-color: #2FBCAC; }
a { background-color: rgb(47,188,172); }
div.DivClassName
{
background-color: #2FBCAC;
}
.BgClassName
{
background-color: #2FBCAC;
}
</style>
border-color css
<style>
span { border-color: #2FBCAC; }
span { border-color: rgb(47,188,172); }
td.TdClassName
{
border-color: #2FBCAC;
}
.TagClassName
{
border-color: #2FBCAC;
}
</style>