Shades of Light Sea Green #1FC6C2
Tints of Light Sea Green #1FC6C2
RGB
CMYK
RGB Variations
Color information
#1FC6C2 (or 0x1FC6C2) is known color: Light Sea Green. HEX triplet: 1F, C6 and C2. RGB value is (31,198,194). Sum of RGB (Red+Green+Blue) = 31+198+194=423 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.33% from 423); Green value is 198 (77.73% from 255 or 46.81% from 423); Blue value is 194 (76.17% from 255 or 45.86% from 423); Max value from RGB is 198 - color contains mainly: green. Hex color #1FC6C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FC6C2 is #E0393D. Grayscale: #939393. Windows color (decimal): -14694718 or 12764703. OLE color: 12764703.
HSL color Cylindrical-coordinate representation of color #1FC6C2: hue angle of 178.56º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC6C2 is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 31 | 198 | 194 | - |
| CMYK | 0.84 | 0 | 0.02 | 0.22 |
| HSL | 178.56º | 0.73% | 0.45% | - |
| HSV(B) | 178.56º | 0.84% | 0.78% | - |
| XYZ | 30.5 | 44.57 | 58.04 | - |
| YUV | 147.61 | 154.17 | 44.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 198 | 194 | 0.84 | 0 | 0.02 | 0.22 | 178.56 | 0.73 | 0.45 |
| Hex | 1F | C6 | C2 | 54 | 0 | 2 | 16 | B3 | 49 | 2D |
| Octal | 37 | 306 | 302 | 124 | 0 | 2 | 26 | 263 | 111 | 55 |
| Binary | 11111 | 11000110 | 11000010 | 1010100 | 0 | 10 | 10110 | 10110011 | 1001001 | 101101 |
Color Harmonies of #1FC6C2
Complementary color
Monochromatic Colors of #1FC6C2
Black with #1FC6C2
Text Example
Text Example
White with #1FC6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC6C2; }
p { color: rgb(31,198,194); }
H1.HeaderClassName
{
color: #1FC6C2;
}
.AnyTagClassName
{
color: #1FC6C2;
}
</style>
background-color css
<style>
a { background-color: #1FC6C2; }
a { background-color: rgb(31,198,194); }
div.DivClassName
{
background-color: #1FC6C2;
}
.BgClassName
{
background-color: #1FC6C2;
}
</style>
border-color css
<style>
span { border-color: #1FC6C2; }
span { border-color: rgb(31,198,194); }
td.TdClassName
{
border-color: #1FC6C2;
}
.TagClassName
{
border-color: #1FC6C2;
}
</style>