Shades of Shamrock #1FDBAD
Tints of Shamrock #1FDBAD
RGB
CMYK
RGB Variations
Color information
#1FDBAD (or 0x1FDBAD) is known color: Shamrock. HEX triplet: 1F, DB and AD. RGB value is (31,219,173). Sum of RGB (Red+Green+Blue) = 31+219+173=423 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.33% from 423); Green value is 219 (85.94% from 255 or 51.77% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 219 - color contains mainly: green. Hex color #1FDBAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FDBAD is #E02452. Grayscale: #9D9D9D. Windows color (decimal): -14689363 or 11393823. OLE color: 11393823.
HSL color Cylindrical-coordinate representation of color #1FDBAD: hue angle of 165.32º 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 #1FDBAD is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 219 | 173 | - |
| CMYK | 0.86 | 0 | 0.21 | 0.14 |
| HSL | 165.32º | 0.75% | 0.49% | - |
| HSV(B) | 165.32º | 0.86% | 0.86% | - |
| XYZ | 33.44 | 53.97 | 48.19 | - |
| YUV | 157.54 | 136.72 | 37.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 219 | 173 | 0.86 | 0 | 0.21 | 0.14 | 165.32 | 0.75 | 0.49 |
| Hex | 1F | DB | AD | 56 | 0 | 15 | E | A5 | 4B | 31 |
| Octal | 37 | 333 | 255 | 126 | 0 | 25 | 16 | 245 | 113 | 61 |
| Binary | 11111 | 11011011 | 10101101 | 1010110 | 0 | 10101 | 1110 | 10100101 | 1001011 | 110001 |
Color Harmonies of #1FDBAD
Complementary color
Monochromatic Colors of #1FDBAD
Black with #1FDBAD
Text Example
Text Example
White with #1FDBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDBAD; }
p { color: rgb(31,219,173); }
H1.HeaderClassName
{
color: #1FDBAD;
}
.AnyTagClassName
{
color: #1FDBAD;
}
</style>
background-color css
<style>
a { background-color: #1FDBAD; }
a { background-color: rgb(31,219,173); }
div.DivClassName
{
background-color: #1FDBAD;
}
.BgClassName
{
background-color: #1FDBAD;
}
</style>
border-color css
<style>
span { border-color: #1FDBAD; }
span { border-color: rgb(31,219,173); }
td.TdClassName
{
border-color: #1FDBAD;
}
.TagClassName
{
border-color: #1FDBAD;
}
</style>