Shades of Light Sea Green #1FC1A0
Tints of Light Sea Green #1FC1A0
RGB
CMYK
RGB Variations
Color information
#1FC1A0 (or 0x1FC1A0) is known color: Light Sea Green. HEX triplet: 1F, C1 and A0. RGB value is (31,193,160). Sum of RGB (Red+Green+Blue) = 31+193+160=384 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.07% from 384); Green value is 193 (75.78% from 255 or 50.26% from 384); Blue value is 160 (62.89% from 255 or 41.67% from 384); Max value from RGB is 193 - color contains mainly: green. Hex color #1FC1A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FC1A0 is #E03E5F. Grayscale: #8C8C8C. Windows color (decimal): -14696032 or 10535199. OLE color: 10535199.
HSL color Cylindrical-coordinate representation of color #1FC1A0: hue angle of 167.78º 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 #1FC1A0 is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 193 | 160 | - |
| CMYK | 0.84 | 0 | 0.17 | 0.24 |
| HSL | 167.78º | 0.72% | 0.44% | - |
| HSV(B) | 167.78º | 0.84% | 0.76% | - |
| XYZ | 25.98 | 40.97 | 39.8 | - |
| YUV | 140.8 | 138.83 | 49.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 193 | 160 | 0.84 | 0 | 0.17 | 0.24 | 167.78 | 0.72 | 0.44 |
| Hex | 1F | C1 | A0 | 54 | 0 | 11 | 18 | A8 | 48 | 2C |
| Octal | 37 | 301 | 240 | 124 | 0 | 21 | 30 | 250 | 110 | 54 |
| Binary | 11111 | 11000001 | 10100000 | 1010100 | 0 | 10001 | 11000 | 10101000 | 1001000 | 101100 |
Color Harmonies of #1FC1A0
Complementary color
Monochromatic Colors of #1FC1A0
Black with #1FC1A0
Text Example
Text Example
White with #1FC1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC1A0; }
p { color: rgb(31,193,160); }
H1.HeaderClassName
{
color: #1FC1A0;
}
.AnyTagClassName
{
color: #1FC1A0;
}
</style>
background-color css
<style>
a { background-color: #1FC1A0; }
a { background-color: rgb(31,193,160); }
div.DivClassName
{
background-color: #1FC1A0;
}
.BgClassName
{
background-color: #1FC1A0;
}
</style>
border-color css
<style>
span { border-color: #1FC1A0; }
span { border-color: rgb(31,193,160); }
td.TdClassName
{
border-color: #1FC1A0;
}
.TagClassName
{
border-color: #1FC1A0;
}
</style>