Shades of Shamrock #1FDDAB
Tints of Shamrock #1FDDAB
RGB
CMYK
RGB Variations
Color information
#1FDDAB (or 0x1FDDAB) is known color: Shamrock. HEX triplet: 1F, DD and AB. RGB value is (31,221,171). Sum of RGB (Red+Green+Blue) = 31+221+171=423 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.33% from 423); Green value is 221 (86.72% from 255 or 52.25% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 221 - color contains mainly: green. Hex color #1FDDAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FDDAB is #E02254. Grayscale: #9E9E9E. Windows color (decimal): -14688853 or 11263263. OLE color: 11263263.
HSL color Cylindrical-coordinate representation of color #1FDDAB: hue angle of 164.21º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDDAB is Cyan = 0.86, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 221 | 171 | - |
| CMYK | 0.86 | 0 | 0.23 | 0.13 |
| HSL | 164.21º | 0.75% | 0.49% | - |
| HSV(B) | 164.21º | 0.86% | 0.87% | - |
| XYZ | 33.77 | 54.94 | 47.35 | - |
| YUV | 158.49 | 135.05 | 37.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 221 | 171 | 0.86 | 0 | 0.23 | 0.13 | 164.21 | 0.75 | 0.49 |
| Hex | 1F | DD | AB | 56 | 0 | 17 | D | A4 | 4B | 31 |
| Octal | 37 | 335 | 253 | 126 | 0 | 27 | 15 | 244 | 113 | 61 |
| Binary | 11111 | 11011101 | 10101011 | 1010110 | 0 | 10111 | 1101 | 10100100 | 1001011 | 110001 |
Color Harmonies of #1FDDAB
Complementary color
Monochromatic Colors of #1FDDAB
Black with #1FDDAB
Text Example
Text Example
White with #1FDDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDDAB; }
p { color: rgb(31,221,171); }
H1.HeaderClassName
{
color: #1FDDAB;
}
.AnyTagClassName
{
color: #1FDDAB;
}
</style>
background-color css
<style>
a { background-color: #1FDDAB; }
a { background-color: rgb(31,221,171); }
div.DivClassName
{
background-color: #1FDDAB;
}
.BgClassName
{
background-color: #1FDDAB;
}
</style>
border-color css
<style>
span { border-color: #1FDDAB; }
span { border-color: rgb(31,221,171); }
td.TdClassName
{
border-color: #1FDDAB;
}
.TagClassName
{
border-color: #1FDDAB;
}
</style>