Shades of Light Sea Green #1FCCAC
Tints of Light Sea Green #1FCCAC
RGB
CMYK
RGB Variations
Color information
#1FCCAC (or 0x1FCCAC) is known color: Light Sea Green. HEX triplet: 1F, CC and AC. RGB value is (31,204,172). Sum of RGB (Red+Green+Blue) = 31+204+172=407 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.62% from 407); Green value is 204 (80.08% from 255 or 50.12% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 204 - color contains mainly: green. Hex color #1FCCAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FCCAC is #E03353. Grayscale: #949494. Windows color (decimal): -14693204 or 11324447. OLE color: 11324447.
HSL color Cylindrical-coordinate representation of color #1FCCAC: hue angle of 168.9º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCCAC is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 31 | 204 | 172 | - |
| CMYK | 0.85 | 0 | 0.16 | 0.2 |
| HSL | 168.9º | 0.74% | 0.46% | - |
| HSV(B) | 168.9º | 0.85% | 0.8% | - |
| XYZ | 29.6 | 46.46 | 46.44 | - |
| YUV | 148.63 | 141.19 | 44.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 204 | 172 | 0.85 | 0 | 0.16 | 0.2 | 168.9 | 0.74 | 0.46 |
| Hex | 1F | CC | AC | 55 | 0 | 10 | 14 | A9 | 4A | 2E |
| Octal | 37 | 314 | 254 | 125 | 0 | 20 | 24 | 251 | 112 | 56 |
| Binary | 11111 | 11001100 | 10101100 | 1010101 | 0 | 10000 | 10100 | 10101001 | 1001010 | 101110 |
Color Harmonies of #1FCCAC
Complementary color
Monochromatic Colors of #1FCCAC
Black with #1FCCAC
Text Example
Text Example
White with #1FCCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCCAC; }
p { color: rgb(31,204,172); }
H1.HeaderClassName
{
color: #1FCCAC;
}
.AnyTagClassName
{
color: #1FCCAC;
}
</style>
background-color css
<style>
a { background-color: #1FCCAC; }
a { background-color: rgb(31,204,172); }
div.DivClassName
{
background-color: #1FCCAC;
}
.BgClassName
{
background-color: #1FCCAC;
}
</style>
border-color css
<style>
span { border-color: #1FCCAC; }
span { border-color: rgb(31,204,172); }
td.TdClassName
{
border-color: #1FCCAC;
}
.TagClassName
{
border-color: #1FCCAC;
}
</style>