Shades of Light Sea Green #1FC1A1
Tints of Light Sea Green #1FC1A1
RGB
CMYK
RGB Variations
Color information
#1FC1A1 (or 0x1FC1A1) is known color: Light Sea Green. HEX triplet: 1F, C1 and A1. RGB value is (31,193,161). Sum of RGB (Red+Green+Blue) = 31+193+161=385 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.05% from 385); Green value is 193 (75.78% from 255 or 50.13% from 385); Blue value is 161 (63.28% from 255 or 41.82% from 385); Max value from RGB is 193 - color contains mainly: green. Hex color #1FC1A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FC1A1 is #E03E5E. Grayscale: #8C8C8C. Windows color (decimal): -14696031 or 10600735. OLE color: 10600735.
HSL color Cylindrical-coordinate representation of color #1FC1A1: hue angle of 168.15º 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 #1FC1A1 is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 193 | 161 | - |
| CMYK | 0.84 | 0 | 0.17 | 0.24 |
| HSL | 168.15º | 0.72% | 0.44% | - |
| HSV(B) | 168.15º | 0.84% | 0.76% | - |
| XYZ | 26.07 | 41 | 40.26 | - |
| YUV | 140.91 | 139.33 | 49.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 193 | 161 | 0.84 | 0 | 0.17 | 0.24 | 168.15 | 0.72 | 0.44 |
| Hex | 1F | C1 | A1 | 54 | 0 | 11 | 18 | A8 | 48 | 2C |
| Octal | 37 | 301 | 241 | 124 | 0 | 21 | 30 | 250 | 110 | 54 |
| Binary | 11111 | 11000001 | 10100001 | 1010100 | 0 | 10001 | 11000 | 10101000 | 1001000 | 101100 |
Color Harmonies of #1FC1A1
Complementary color
Monochromatic Colors of #1FC1A1
Black with #1FC1A1
Text Example
Text Example
White with #1FC1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC1A1; }
p { color: rgb(31,193,161); }
H1.HeaderClassName
{
color: #1FC1A1;
}
.AnyTagClassName
{
color: #1FC1A1;
}
</style>
background-color css
<style>
a { background-color: #1FC1A1; }
a { background-color: rgb(31,193,161); }
div.DivClassName
{
background-color: #1FC1A1;
}
.BgClassName
{
background-color: #1FC1A1;
}
</style>
border-color css
<style>
span { border-color: #1FC1A1; }
span { border-color: rgb(31,193,161); }
td.TdClassName
{
border-color: #1FC1A1;
}
.TagClassName
{
border-color: #1FC1A1;
}
</style>