Shades of Shamrock #1FDFAB
Tints of Shamrock #1FDFAB
RGB
CMYK
RGB Variations
Color information
#1FDFAB (or 0x1FDFAB) is known color: Shamrock. HEX triplet: 1F, DF and AB. RGB value is (31,223,171). Sum of RGB (Red+Green+Blue) = 31+223+171=425 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.29% from 425); Green value is 223 (87.5% from 255 or 52.47% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 223 - color contains mainly: green. Hex color #1FDFAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FDFAB is #E02054. Grayscale: #9F9F9F. Windows color (decimal): -14688341 or 11263775. OLE color: 11263775.
HSL color Cylindrical-coordinate representation of color #1FDFAB: hue angle of 163.75º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDFAB is Cyan = 0.86, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 223 | 171 | - |
| CMYK | 0.86 | 0 | 0.23 | 0.13 |
| HSL | 163.75º | 0.76% | 0.5% | - |
| HSV(B) | 163.75º | 0.86% | 0.87% | - |
| XYZ | 34.3 | 56.01 | 47.53 | - |
| YUV | 159.66 | 134.39 | 36.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 223 | 171 | 0.86 | 0 | 0.23 | 0.13 | 163.75 | 0.76 | 0.5 |
| Hex | 1F | DF | AB | 56 | 0 | 17 | D | A4 | 4C | 32 |
| Octal | 37 | 337 | 253 | 126 | 0 | 27 | 15 | 244 | 114 | 62 |
| Binary | 11111 | 11011111 | 10101011 | 1010110 | 0 | 10111 | 1101 | 10100100 | 1001100 | 110010 |
Color Harmonies of #1FDFAB
Complementary color
Monochromatic Colors of #1FDFAB
Black with #1FDFAB
Text Example
Text Example
White with #1FDFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDFAB; }
p { color: rgb(31,223,171); }
H1.HeaderClassName
{
color: #1FDFAB;
}
.AnyTagClassName
{
color: #1FDFAB;
}
</style>
background-color css
<style>
a { background-color: #1FDFAB; }
a { background-color: rgb(31,223,171); }
div.DivClassName
{
background-color: #1FDFAB;
}
.BgClassName
{
background-color: #1FDFAB;
}
</style>
border-color css
<style>
span { border-color: #1FDFAB; }
span { border-color: rgb(31,223,171); }
td.TdClassName
{
border-color: #1FDFAB;
}
.TagClassName
{
border-color: #1FDFAB;
}
</style>