Shades of Shamrock #1FDAB6
Tints of Shamrock #1FDAB6
RGB
CMYK
RGB Variations
Color information
#1FDAB6 (or 0x1FDAB6) is known color: Shamrock. HEX triplet: 1F, DA and B6. RGB value is (31,218,182). Sum of RGB (Red+Green+Blue) = 31+218+182=431 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.19% from 431); Green value is 218 (85.55% from 255 or 50.58% from 431); Blue value is 182 (71.48% from 255 or 42.23% from 431); Max value from RGB is 218 - color contains mainly: green. Hex color #1FDAB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FDAB6 is #E02549. Grayscale: #9D9D9D. Windows color (decimal): -14689610 or 11983391. OLE color: 11983391.
HSL color Cylindrical-coordinate representation of color #1FDAB6: hue angle of 168.45º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDAB6 is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 31 | 218 | 182 | - |
| CMYK | 0.86 | 0 | 0.17 | 0.15 |
| HSL | 168.45º | 0.75% | 0.49% | - |
| HSV(B) | 168.45º | 0.86% | 0.85% | - |
| XYZ | 34.08 | 53.81 | 52.85 | - |
| YUV | 157.98 | 141.55 | 37.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 218 | 182 | 0.86 | 0 | 0.17 | 0.15 | 168.45 | 0.75 | 0.49 |
| Hex | 1F | DA | B6 | 56 | 0 | 11 | F | A8 | 4B | 31 |
| Octal | 37 | 332 | 266 | 126 | 0 | 21 | 17 | 250 | 113 | 61 |
| Binary | 11111 | 11011010 | 10110110 | 1010110 | 0 | 10001 | 1111 | 10101000 | 1001011 | 110001 |
Color Harmonies of #1FDAB6
Complementary color
Monochromatic Colors of #1FDAB6
Black with #1FDAB6
Text Example
Text Example
White with #1FDAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDAB6; }
p { color: rgb(31,218,182); }
H1.HeaderClassName
{
color: #1FDAB6;
}
.AnyTagClassName
{
color: #1FDAB6;
}
</style>
background-color css
<style>
a { background-color: #1FDAB6; }
a { background-color: rgb(31,218,182); }
div.DivClassName
{
background-color: #1FDAB6;
}
.BgClassName
{
background-color: #1FDAB6;
}
</style>
border-color css
<style>
span { border-color: #1FDAB6; }
span { border-color: rgb(31,218,182); }
td.TdClassName
{
border-color: #1FDAB6;
}
.TagClassName
{
border-color: #1FDAB6;
}
</style>