Shades of Shamrock #1FDBA8
Tints of Shamrock #1FDBA8
RGB
CMYK
RGB Variations
Color information
#1FDBA8 (or 0x1FDBA8) is known color: Shamrock. HEX triplet: 1F, DB and A8. RGB value is (31,219,168). Sum of RGB (Red+Green+Blue) = 31+219+168=418 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.42% from 418); Green value is 219 (85.94% from 255 or 52.39% from 418); Blue value is 168 (66.02% from 255 or 40.19% from 418); Max value from RGB is 219 - color contains mainly: green. Hex color #1FDBA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FDBA8 is #E02457. Grayscale: #9C9C9C. Windows color (decimal): -14689368 or 11066143. OLE color: 11066143.
HSL color Cylindrical-coordinate representation of color #1FDBA8: hue angle of 163.72º 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 #1FDBA8 is Cyan = 0.86, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 219 | 168 | - |
| CMYK | 0.86 | 0 | 0.23 | 0.14 |
| HSL | 163.72º | 0.75% | 0.49% | - |
| HSV(B) | 163.72º | 0.86% | 0.86% | - |
| XYZ | 32.96 | 53.78 | 45.69 | - |
| YUV | 156.97 | 134.22 | 38.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 219 | 168 | 0.86 | 0 | 0.23 | 0.14 | 163.72 | 0.75 | 0.49 |
| Hex | 1F | DB | A8 | 56 | 0 | 17 | E | A4 | 4B | 31 |
| Octal | 37 | 333 | 250 | 126 | 0 | 27 | 16 | 244 | 113 | 61 |
| Binary | 11111 | 11011011 | 10101000 | 1010110 | 0 | 10111 | 1110 | 10100100 | 1001011 | 110001 |
Color Harmonies of #1FDBA8
Complementary color
Monochromatic Colors of #1FDBA8
Black with #1FDBA8
Text Example
Text Example
White with #1FDBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDBA8; }
p { color: rgb(31,219,168); }
H1.HeaderClassName
{
color: #1FDBA8;
}
.AnyTagClassName
{
color: #1FDBA8;
}
</style>
background-color css
<style>
a { background-color: #1FDBA8; }
a { background-color: rgb(31,219,168); }
div.DivClassName
{
background-color: #1FDBA8;
}
.BgClassName
{
background-color: #1FDBA8;
}
</style>
border-color css
<style>
span { border-color: #1FDBA8; }
span { border-color: rgb(31,219,168); }
td.TdClassName
{
border-color: #1FDBA8;
}
.TagClassName
{
border-color: #1FDBA8;
}
</style>