Shades of Shamrock #1FCEA5
Tints of Shamrock #1FCEA5
RGB
CMYK
RGB Variations
Color information
#1FCEA5 (or 0x1FCEA5) is known color: Shamrock. HEX triplet: 1F, CE and A5. RGB value is (31,206,165). Sum of RGB (Red+Green+Blue) = 31+206+165=402 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.71% from 402); Green value is 206 (80.86% from 255 or 51.24% from 402); Blue value is 165 (64.84% from 255 or 41.04% from 402); Max value from RGB is 206 - color contains mainly: green. Hex color #1FCEA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FCEA5 is #E0315A. Grayscale: #949494. Windows color (decimal): -14692699 or 10866207. OLE color: 10866207.
HSL color Cylindrical-coordinate representation of color #1FCEA5: hue angle of 165.94º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCEA5 is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 206 | 165 | - |
| CMYK | 0.85 | 0 | 0.20 | 0.19 |
| HSL | 165.94º | 0.74% | 0.46% | - |
| HSV(B) | 165.94º | 0.85% | 0.81% | - |
| XYZ | 29.43 | 47.15 | 43.15 | - |
| YUV | 149 | 137.02 | 43.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 206 | 165 | 0.85 | 0 | 0.20 | 0.19 | 165.94 | 0.74 | 0.46 |
| Hex | 1F | CE | A5 | 55 | 0 | 14 | 13 | A6 | 4A | 2E |
| Octal | 37 | 316 | 245 | 125 | 0 | 24 | 23 | 246 | 112 | 56 |
| Binary | 11111 | 11001110 | 10100101 | 1010101 | 0 | 10100 | 10011 | 10100110 | 1001010 | 101110 |
Color Harmonies of #1FCEA5
Complementary color
Monochromatic Colors of #1FCEA5
Black with #1FCEA5
Text Example
Text Example
White with #1FCEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCEA5; }
p { color: rgb(31,206,165); }
H1.HeaderClassName
{
color: #1FCEA5;
}
.AnyTagClassName
{
color: #1FCEA5;
}
</style>
background-color css
<style>
a { background-color: #1FCEA5; }
a { background-color: rgb(31,206,165); }
div.DivClassName
{
background-color: #1FCEA5;
}
.BgClassName
{
background-color: #1FCEA5;
}
</style>
border-color css
<style>
span { border-color: #1FCEA5; }
span { border-color: rgb(31,206,165); }
td.TdClassName
{
border-color: #1FCEA5;
}
.TagClassName
{
border-color: #1FCEA5;
}
</style>