Shades of Light Sea Green #1FC0C2
Tints of Light Sea Green #1FC0C2
RGB
CMYK
RGB Variations
Color information
#1FC0C2 (or 0x1FC0C2) is known color: Light Sea Green. HEX triplet: 1F, C0 and C2. RGB value is (31,192,194). Sum of RGB (Red+Green+Blue) = 31+192+194=417 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.43% from 417); Green value is 192 (75.39% from 255 or 46.04% from 417); Blue value is 194 (76.17% from 255 or 46.52% from 417); Max value from RGB is 194 - color contains mainly: blue. Hex color #1FC0C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FC0C2 is #E03F3D. Grayscale: #8F8F8F. Windows color (decimal): -14696254 or 12763167. OLE color: 12763167.
HSL color Cylindrical-coordinate representation of color #1FC0C2: hue angle of 180.74º 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 #1FC0C2 is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 192 | 194 | - |
| CMYK | 0.84 | 0.01 | 0 | 0.24 |
| HSL | 180.74º | 0.72% | 0.44% | - |
| HSV(B) | 180.74º | 0.84% | 0.76% | - |
| XYZ | 29.15 | 41.89 | 57.59 | - |
| YUV | 144.09 | 156.16 | 47.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 192 | 194 | 0.84 | 0.01 | 0 | 0.24 | 180.74 | 0.72 | 0.44 |
| Hex | 1F | C0 | C2 | 54 | 1 | 0 | 18 | B5 | 48 | 2C |
| Octal | 37 | 300 | 302 | 124 | 1 | 0 | 30 | 265 | 110 | 54 |
| Binary | 11111 | 11000000 | 11000010 | 1010100 | 1 | 0 | 11000 | 10110101 | 1001000 | 101100 |
Color Harmonies of #1FC0C2
Complementary color
Monochromatic Colors of #1FC0C2
Black with #1FC0C2
Text Example
Text Example
White with #1FC0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC0C2; }
p { color: rgb(31,192,194); }
H1.HeaderClassName
{
color: #1FC0C2;
}
.AnyTagClassName
{
color: #1FC0C2;
}
</style>
background-color css
<style>
a { background-color: #1FC0C2; }
a { background-color: rgb(31,192,194); }
div.DivClassName
{
background-color: #1FC0C2;
}
.BgClassName
{
background-color: #1FC0C2;
}
</style>
border-color css
<style>
span { border-color: #1FC0C2; }
span { border-color: rgb(31,192,194); }
td.TdClassName
{
border-color: #1FC0C2;
}
.TagClassName
{
border-color: #1FC0C2;
}
</style>