Shades of Light Sea Green #2FC2AC
Tints of Light Sea Green #2FC2AC
RGB
CMYK
RGB Variations
Color information
#2FC2AC (or 0x2FC2AC) is known color: Light Sea Green. HEX triplet: 2F, C2 and AC. RGB value is (47,194,172). Sum of RGB (Red+Green+Blue) = 47+194+172=413 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.38% from 413); Green value is 194 (76.17% from 255 or 46.97% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 194 - color contains mainly: green. Hex color #2FC2AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FC2AC is #D03D53. Grayscale: #939393. Windows color (decimal): -13647188 or 11321903. OLE color: 11321903.
HSL color Cylindrical-coordinate representation of color #2FC2AC: hue angle of 171.02º 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 #2FC2AC is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 194 | 172 | - |
| CMYK | 0.76 | 0 | 0.11 | 0.24 |
| HSL | 171.02º | 0.61% | 0.47% | - |
| HSV(B) | 171.02º | 0.76% | 0.76% | - |
| XYZ | 27.91 | 42.17 | 45.7 | - |
| YUV | 147.54 | 141.8 | 56.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 194 | 172 | 0.76 | 0 | 0.11 | 0.24 | 171.02 | 0.61 | 0.47 |
| Hex | 2F | C2 | AC | 4C | 0 | B | 18 | AB | 3D | 2F |
| Octal | 57 | 302 | 254 | 114 | 0 | 13 | 30 | 253 | 75 | 57 |
| Binary | 101111 | 11000010 | 10101100 | 1001100 | 0 | 1011 | 11000 | 10101011 | 111101 | 101111 |
Color Harmonies of #2FC2AC
Complementary color
Monochromatic Colors of #2FC2AC
Black with #2FC2AC
Text Example
Text Example
White with #2FC2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC2AC; }
p { color: rgb(47,194,172); }
H1.HeaderClassName
{
color: #2FC2AC;
}
.AnyTagClassName
{
color: #2FC2AC;
}
</style>
background-color css
<style>
a { background-color: #2FC2AC; }
a { background-color: rgb(47,194,172); }
div.DivClassName
{
background-color: #2FC2AC;
}
.BgClassName
{
background-color: #2FC2AC;
}
</style>
border-color css
<style>
span { border-color: #2FC2AC; }
span { border-color: rgb(47,194,172); }
td.TdClassName
{
border-color: #2FC2AC;
}
.TagClassName
{
border-color: #2FC2AC;
}
</style>