Shades of Shamrock #1FDBA3
Tints of Shamrock #1FDBA3
RGB
CMYK
RGB Variations
Color information
#1FDBA3 (or 0x1FDBA3) is known color: Shamrock. HEX triplet: 1F, DB and A3. RGB value is (31,219,163). Sum of RGB (Red+Green+Blue) = 31+219+163=413 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.51% from 413); Green value is 219 (85.94% from 255 or 53.03% from 413); Blue value is 163 (64.06% from 255 or 39.47% from 413); Max value from RGB is 219 - color contains mainly: green. Hex color #1FDBA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FDBA3 is #E0245C. Grayscale: #9C9C9C. Windows color (decimal): -14689373 or 10738463. OLE color: 10738463.
HSL color Cylindrical-coordinate representation of color #1FDBA3: hue angle of 162.13º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDBA3 is Cyan = 0.86, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 219 | 163 | - |
| CMYK | 0.86 | 0 | 0.26 | 0.14 |
| HSL | 162.13º | 0.75% | 0.49% | - |
| HSV(B) | 162.13º | 0.86% | 0.86% | - |
| XYZ | 32.51 | 53.6 | 43.28 | - |
| YUV | 156.4 | 131.72 | 38.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 219 | 163 | 0.86 | 0 | 0.26 | 0.14 | 162.13 | 0.75 | 0.49 |
| Hex | 1F | DB | A3 | 56 | 0 | 1A | E | A2 | 4B | 31 |
| Octal | 37 | 333 | 243 | 126 | 0 | 32 | 16 | 242 | 113 | 61 |
| Binary | 11111 | 11011011 | 10100011 | 1010110 | 0 | 11010 | 1110 | 10100010 | 1001011 | 110001 |
Color Harmonies of #1FDBA3
Complementary color
Monochromatic Colors of #1FDBA3
Black with #1FDBA3
Text Example
Text Example
White with #1FDBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDBA3; }
p { color: rgb(31,219,163); }
H1.HeaderClassName
{
color: #1FDBA3;
}
.AnyTagClassName
{
color: #1FDBA3;
}
</style>
background-color css
<style>
a { background-color: #1FDBA3; }
a { background-color: rgb(31,219,163); }
div.DivClassName
{
background-color: #1FDBA3;
}
.BgClassName
{
background-color: #1FDBA3;
}
</style>
border-color css
<style>
span { border-color: #1FDBA3; }
span { border-color: rgb(31,219,163); }
td.TdClassName
{
border-color: #1FDBA3;
}
.TagClassName
{
border-color: #1FDBA3;
}
</style>