Shades of Shamrock #1FD6B1
Tints of Shamrock #1FD6B1
RGB
CMYK
RGB Variations
Color information
#1FD6B1 (or 0x1FD6B1) is known color: Shamrock. HEX triplet: 1F, D6 and B1. RGB value is (31,214,177). Sum of RGB (Red+Green+Blue) = 31+214+177=422 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.35% from 422); Green value is 214 (83.98% from 255 or 50.71% from 422); Blue value is 177 (69.53% from 255 or 41.94% from 422); Max value from RGB is 214 - color contains mainly: green. Hex color #1FD6B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FD6B1 is #E0294E. Grayscale: #9B9B9B. Windows color (decimal): -14690639 or 11654687. OLE color: 11654687.
HSL color Cylindrical-coordinate representation of color #1FD6B1: hue angle of 167.87º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FD6B1 is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 31 | 214 | 177 | - |
| CMYK | 0.86 | 0 | 0.17 | 0.16 |
| HSL | 167.87º | 0.75% | 0.48% | - |
| HSV(B) | 167.87º | 0.86% | 0.84% | - |
| XYZ | 32.55 | 51.56 | 49.83 | - |
| YUV | 155.07 | 140.37 | 39.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 214 | 177 | 0.86 | 0 | 0.17 | 0.16 | 167.87 | 0.75 | 0.48 |
| Hex | 1F | D6 | B1 | 56 | 0 | 11 | 10 | A8 | 4B | 30 |
| Octal | 37 | 326 | 261 | 126 | 0 | 21 | 20 | 250 | 113 | 60 |
| Binary | 11111 | 11010110 | 10110001 | 1010110 | 0 | 10001 | 10000 | 10101000 | 1001011 | 110000 |
Color Harmonies of #1FD6B1
Complementary color
Monochromatic Colors of #1FD6B1
Black with #1FD6B1
Text Example
Text Example
White with #1FD6B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD6B1; }
p { color: rgb(31,214,177); }
H1.HeaderClassName
{
color: #1FD6B1;
}
.AnyTagClassName
{
color: #1FD6B1;
}
</style>
background-color css
<style>
a { background-color: #1FD6B1; }
a { background-color: rgb(31,214,177); }
div.DivClassName
{
background-color: #1FD6B1;
}
.BgClassName
{
background-color: #1FD6B1;
}
</style>
border-color css
<style>
span { border-color: #1FD6B1; }
span { border-color: rgb(31,214,177); }
td.TdClassName
{
border-color: #1FD6B1;
}
.TagClassName
{
border-color: #1FD6B1;
}
</style>