Shades of Shamrock #1FCEAC
Tints of Shamrock #1FCEAC
RGB
CMYK
RGB Variations
Color information
#1FCEAC (or 0x1FCEAC) is known color: Shamrock. HEX triplet: 1F, CE and AC. RGB value is (31,206,172). Sum of RGB (Red+Green+Blue) = 31+206+172=409 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.58% from 409); Green value is 206 (80.86% from 255 or 50.37% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 206 - color contains mainly: green. Hex color #1FCEAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FCEAC is #E03153. Grayscale: #959595. Windows color (decimal): -14692692 or 11324959. OLE color: 11324959.
HSL color Cylindrical-coordinate representation of color #1FCEAC: hue angle of 168.34º 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 #1FCEAC is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 206 | 172 | - |
| CMYK | 0.85 | 0 | 0.17 | 0.19 |
| HSL | 168.34º | 0.74% | 0.46% | - |
| HSV(B) | 168.34º | 0.85% | 0.81% | - |
| XYZ | 30.08 | 47.41 | 46.6 | - |
| YUV | 149.8 | 140.52 | 43.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 206 | 172 | 0.85 | 0 | 0.17 | 0.19 | 168.34 | 0.74 | 0.46 |
| Hex | 1F | CE | AC | 55 | 0 | 11 | 13 | A8 | 4A | 2E |
| Octal | 37 | 316 | 254 | 125 | 0 | 21 | 23 | 250 | 112 | 56 |
| Binary | 11111 | 11001110 | 10101100 | 1010101 | 0 | 10001 | 10011 | 10101000 | 1001010 | 101110 |
Color Harmonies of #1FCEAC
Complementary color
Monochromatic Colors of #1FCEAC
Black with #1FCEAC
Text Example
Text Example
White with #1FCEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCEAC; }
p { color: rgb(31,206,172); }
H1.HeaderClassName
{
color: #1FCEAC;
}
.AnyTagClassName
{
color: #1FCEAC;
}
</style>
background-color css
<style>
a { background-color: #1FCEAC; }
a { background-color: rgb(31,206,172); }
div.DivClassName
{
background-color: #1FCEAC;
}
.BgClassName
{
background-color: #1FCEAC;
}
</style>
border-color css
<style>
span { border-color: #1FCEAC; }
span { border-color: rgb(31,206,172); }
td.TdClassName
{
border-color: #1FCEAC;
}
.TagClassName
{
border-color: #1FCEAC;
}
</style>