Shades of Light Sea Green #2FC1AC
Tints of Light Sea Green #2FC1AC
RGB
CMYK
RGB Variations
Color information
#2FC1AC (or 0x2FC1AC) is known color: Light Sea Green. HEX triplet: 2F, C1 and AC. RGB value is (47,193,172). Sum of RGB (Red+Green+Blue) = 47+193+172=412 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.41% from 412); Green value is 193 (75.78% from 255 or 46.84% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 193 - color contains mainly: green. Hex color #2FC1AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FC1AC is #D03E53. Grayscale: #929292. Windows color (decimal): -13647444 or 11321647. OLE color: 11321647.
HSL color Cylindrical-coordinate representation of color #2FC1AC: hue angle of 171.37º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC1AC is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 193 | 172 | - |
| CMYK | 0.76 | 0 | 0.11 | 0.24 |
| HSL | 171.37º | 0.61% | 0.47% | - |
| HSV(B) | 171.37º | 0.76% | 0.76% | - |
| XYZ | 27.69 | 41.72 | 45.62 | - |
| YUV | 146.95 | 142.13 | 56.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 193 | 172 | 0.76 | 0 | 0.11 | 0.24 | 171.37 | 0.61 | 0.47 |
| Hex | 2F | C1 | AC | 4C | 0 | B | 18 | AB | 3D | 2F |
| Octal | 57 | 301 | 254 | 114 | 0 | 13 | 30 | 253 | 75 | 57 |
| Binary | 101111 | 11000001 | 10101100 | 1001100 | 0 | 1011 | 11000 | 10101011 | 111101 | 101111 |
Color Harmonies of #2FC1AC
Complementary color
Monochromatic Colors of #2FC1AC
Black with #2FC1AC
Text Example
Text Example
White with #2FC1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC1AC; }
p { color: rgb(47,193,172); }
H1.HeaderClassName
{
color: #2FC1AC;
}
.AnyTagClassName
{
color: #2FC1AC;
}
</style>
background-color css
<style>
a { background-color: #2FC1AC; }
a { background-color: rgb(47,193,172); }
div.DivClassName
{
background-color: #2FC1AC;
}
.BgClassName
{
background-color: #2FC1AC;
}
</style>
border-color css
<style>
span { border-color: #2FC1AC; }
span { border-color: rgb(47,193,172); }
td.TdClassName
{
border-color: #2FC1AC;
}
.TagClassName
{
border-color: #2FC1AC;
}
</style>