Shades of Light Sea Green #1FC2AA
Tints of Light Sea Green #1FC2AA
RGB
CMYK
RGB Variations
Color information
#1FC2AA (or 0x1FC2AA) is known color: Light Sea Green. HEX triplet: 1F, C2 and AA. RGB value is (31,194,170). Sum of RGB (Red+Green+Blue) = 31+194+170=395 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.85% from 395); Green value is 194 (76.17% from 255 or 49.11% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 194 - color contains mainly: green. Hex color #1FC2AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FC2AA is #E03D55. Grayscale: #8E8E8E. Windows color (decimal): -14695766 or 11190815. OLE color: 11190815.
HSL color Cylindrical-coordinate representation of color #1FC2AA: hue angle of 171.17º 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 #1FC2AA is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 194 | 170 | - |
| CMYK | 0.84 | 0 | 0.12 | 0.24 |
| HSL | 171.17º | 0.72% | 0.44% | - |
| HSV(B) | 171.17º | 0.84% | 0.76% | - |
| XYZ | 27.11 | 41.78 | 44.67 | - |
| YUV | 142.53 | 143.5 | 48.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 194 | 170 | 0.84 | 0 | 0.12 | 0.24 | 171.17 | 0.72 | 0.44 |
| Hex | 1F | C2 | AA | 54 | 0 | C | 18 | AB | 48 | 2C |
| Octal | 37 | 302 | 252 | 124 | 0 | 14 | 30 | 253 | 110 | 54 |
| Binary | 11111 | 11000010 | 10101010 | 1010100 | 0 | 1100 | 11000 | 10101011 | 1001000 | 101100 |
Color Harmonies of #1FC2AA
Complementary color
Monochromatic Colors of #1FC2AA
Black with #1FC2AA
Text Example
Text Example
White with #1FC2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC2AA; }
p { color: rgb(31,194,170); }
H1.HeaderClassName
{
color: #1FC2AA;
}
.AnyTagClassName
{
color: #1FC2AA;
}
</style>
background-color css
<style>
a { background-color: #1FC2AA; }
a { background-color: rgb(31,194,170); }
div.DivClassName
{
background-color: #1FC2AA;
}
.BgClassName
{
background-color: #1FC2AA;
}
</style>
border-color css
<style>
span { border-color: #1FC2AA; }
span { border-color: rgb(31,194,170); }
td.TdClassName
{
border-color: #1FC2AA;
}
.TagClassName
{
border-color: #1FC2AA;
}
</style>