Shades of Shamrock #1FCDA6
Tints of Shamrock #1FCDA6
RGB
CMYK
RGB Variations
Color information
#1FCDA6 (or 0x1FCDA6) is known color: Shamrock. HEX triplet: 1F, CD and A6. RGB value is (31,205,166). Sum of RGB (Red+Green+Blue) = 31+205+166=402 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.71% from 402); Green value is 205 (80.47% from 255 or 51.00% from 402); Blue value is 166 (65.23% from 255 or 41.29% from 402); Max value from RGB is 205 - color contains mainly: green. Hex color #1FCDA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FCDA6 is #E03259. Grayscale: #949494. Windows color (decimal): -14692954 or 10931487. OLE color: 10931487.
HSL color Cylindrical-coordinate representation of color #1FCDA6: hue angle of 166.55º 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 #1FCDA6 is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 205 | 166 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.20 |
| HSL | 166.55º | 0.74% | 0.46% | - |
| HSV(B) | 166.55º | 0.85% | 0.8% | - |
| XYZ | 29.28 | 46.71 | 43.55 | - |
| YUV | 148.53 | 137.85 | 44.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 205 | 166 | 0.85 | 0 | 0.19 | 0.20 | 166.55 | 0.74 | 0.46 |
| Hex | 1F | CD | A6 | 55 | 0 | 13 | 14 | A7 | 4A | 2E |
| Octal | 37 | 315 | 246 | 125 | 0 | 23 | 24 | 247 | 112 | 56 |
| Binary | 11111 | 11001101 | 10100110 | 1010101 | 0 | 10011 | 10100 | 10100111 | 1001010 | 101110 |
Color Harmonies of #1FCDA6
Complementary color
Monochromatic Colors of #1FCDA6
Black with #1FCDA6
Text Example
Text Example
White with #1FCDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCDA6; }
p { color: rgb(31,205,166); }
H1.HeaderClassName
{
color: #1FCDA6;
}
.AnyTagClassName
{
color: #1FCDA6;
}
</style>
background-color css
<style>
a { background-color: #1FCDA6; }
a { background-color: rgb(31,205,166); }
div.DivClassName
{
background-color: #1FCDA6;
}
.BgClassName
{
background-color: #1FCDA6;
}
</style>
border-color css
<style>
span { border-color: #1FCDA6; }
span { border-color: rgb(31,205,166); }
td.TdClassName
{
border-color: #1FCDA6;
}
.TagClassName
{
border-color: #1FCDA6;
}
</style>