Shades of Light Sea Green #2FBCAB
Tints of Light Sea Green #2FBCAB
RGB
CMYK
RGB Variations
Color information
#2FBCAB (or 0x2FBCAB) is known color: Light Sea Green. HEX triplet: 2F, BC and AB. RGB value is (47,188,171). Sum of RGB (Red+Green+Blue) = 47+188+171=406 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.58% from 406); Green value is 188 (73.83% from 255 or 46.31% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBCAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBCAB is #D04354. Grayscale: #8F8F8F. Windows color (decimal): -13648725 or 11254831. OLE color: 11254831.
HSL color Cylindrical-coordinate representation of color #2FBCAB: hue angle of 172.77º 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 #2FBCAB is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 171 | - |
| CMYK | 0.75 | 0 | 0.09 | 0.26 |
| HSL | 172.77º | 0.6% | 0.46% | - |
| HSV(B) | 172.77º | 0.75% | 0.74% | - |
| XYZ | 26.51 | 39.51 | 44.76 | - |
| YUV | 143.9 | 143.29 | 58.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 171 | 0.75 | 0 | 0.09 | 0.26 | 172.77 | 0.6 | 0.46 |
| Hex | 2F | BC | AB | 4B | 0 | 9 | 1A | AD | 3C | 2E |
| Octal | 57 | 274 | 253 | 113 | 0 | 11 | 32 | 255 | 74 | 56 |
| Binary | 101111 | 10111100 | 10101011 | 1001011 | 0 | 1001 | 11010 | 10101101 | 111100 | 101110 |
Color Harmonies of #2FBCAB
Complementary color
Monochromatic Colors of #2FBCAB
Black with #2FBCAB
Text Example
Text Example
White with #2FBCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBCAB; }
p { color: rgb(47,188,171); }
H1.HeaderClassName
{
color: #2FBCAB;
}
.AnyTagClassName
{
color: #2FBCAB;
}
</style>
background-color css
<style>
a { background-color: #2FBCAB; }
a { background-color: rgb(47,188,171); }
div.DivClassName
{
background-color: #2FBCAB;
}
.BgClassName
{
background-color: #2FBCAB;
}
</style>
border-color css
<style>
span { border-color: #2FBCAB; }
span { border-color: rgb(47,188,171); }
td.TdClassName
{
border-color: #2FBCAB;
}
.TagClassName
{
border-color: #2FBCAB;
}
</style>