Shades of Light Sea Green #1FC2AC
Tints of Light Sea Green #1FC2AC
RGB
CMYK
RGB Variations
Color information
#1FC2AC (or 0x1FC2AC) is known color: Light Sea Green. HEX triplet: 1F, C2 and AC. RGB value is (31,194,172). Sum of RGB (Red+Green+Blue) = 31+194+172=397 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.81% from 397); Green value is 194 (76.17% from 255 or 48.87% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 194 - color contains mainly: green. Hex color #1FC2AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FC2AC is #E03D53. Grayscale: #8E8E8E. Windows color (decimal): -14695764 or 11321887. OLE color: 11321887.
HSL color Cylindrical-coordinate representation of color #1FC2AC: hue angle of 171.9º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC2AC is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 194 | 172 | - |
| CMYK | 0.84 | 0 | 0.11 | 0.24 |
| HSL | 171.9º | 0.72% | 0.44% | - |
| HSV(B) | 171.9º | 0.84% | 0.76% | - |
| XYZ | 27.3 | 41.85 | 45.67 | - |
| YUV | 142.76 | 144.5 | 48.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 194 | 172 | 0.84 | 0 | 0.11 | 0.24 | 171.9 | 0.72 | 0.44 |
| Hex | 1F | C2 | AC | 54 | 0 | B | 18 | AC | 48 | 2C |
| Octal | 37 | 302 | 254 | 124 | 0 | 13 | 30 | 254 | 110 | 54 |
| Binary | 11111 | 11000010 | 10101100 | 1010100 | 0 | 1011 | 11000 | 10101100 | 1001000 | 101100 |
Color Harmonies of #1FC2AC
Complementary color
Monochromatic Colors of #1FC2AC
Black with #1FC2AC
Text Example
Text Example
White with #1FC2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC2AC; }
p { color: rgb(31,194,172); }
H1.HeaderClassName
{
color: #1FC2AC;
}
.AnyTagClassName
{
color: #1FC2AC;
}
</style>
background-color css
<style>
a { background-color: #1FC2AC; }
a { background-color: rgb(31,194,172); }
div.DivClassName
{
background-color: #1FC2AC;
}
.BgClassName
{
background-color: #1FC2AC;
}
</style>
border-color css
<style>
span { border-color: #1FC2AC; }
span { border-color: rgb(31,194,172); }
td.TdClassName
{
border-color: #1FC2AC;
}
.TagClassName
{
border-color: #1FC2AC;
}
</style>