Shades of Shamrock #1FDCB2
Tints of Shamrock #1FDCB2
RGB
CMYK
RGB Variations
Color information
#1FDCB2 (or 0x1FDCB2) is known color: Shamrock. HEX triplet: 1F, DC and B2. RGB value is (31,220,178). Sum of RGB (Red+Green+Blue) = 31+220+178=429 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.23% from 429); Green value is 220 (86.33% from 255 or 51.28% from 429); Blue value is 178 (69.92% from 255 or 41.49% from 429); Max value from RGB is 220 - color contains mainly: green. Hex color #1FDCB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FDCB2 is #E0234D. Grayscale: #9E9E9E. Windows color (decimal): -14689102 or 11721759. OLE color: 11721759.
HSL color Cylindrical-coordinate representation of color #1FDCB2: hue angle of 166.67º 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 #1FDCB2 is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 220 | 178 | - |
| CMYK | 0.86 | 0 | 0.19 | 0.14 |
| HSL | 166.67º | 0.75% | 0.49% | - |
| HSV(B) | 166.67º | 0.86% | 0.86% | - |
| XYZ | 34.19 | 54.69 | 50.87 | - |
| YUV | 158.7 | 138.88 | 36.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 220 | 178 | 0.86 | 0 | 0.19 | 0.14 | 166.67 | 0.75 | 0.49 |
| Hex | 1F | DC | B2 | 56 | 0 | 13 | E | A7 | 4B | 31 |
| Octal | 37 | 334 | 262 | 126 | 0 | 23 | 16 | 247 | 113 | 61 |
| Binary | 11111 | 11011100 | 10110010 | 1010110 | 0 | 10011 | 1110 | 10100111 | 1001011 | 110001 |
Color Harmonies of #1FDCB2
Complementary color
Monochromatic Colors of #1FDCB2
Black with #1FDCB2
Text Example
Text Example
White with #1FDCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDCB2; }
p { color: rgb(31,220,178); }
H1.HeaderClassName
{
color: #1FDCB2;
}
.AnyTagClassName
{
color: #1FDCB2;
}
</style>
background-color css
<style>
a { background-color: #1FDCB2; }
a { background-color: rgb(31,220,178); }
div.DivClassName
{
background-color: #1FDCB2;
}
.BgClassName
{
background-color: #1FDCB2;
}
</style>
border-color css
<style>
span { border-color: #1FDCB2; }
span { border-color: rgb(31,220,178); }
td.TdClassName
{
border-color: #1FDCB2;
}
.TagClassName
{
border-color: #1FDCB2;
}
</style>