Shades of Shamrock #1FD4AC
Tints of Shamrock #1FD4AC
RGB
CMYK
RGB Variations
Color information
#1FD4AC (or 0x1FD4AC) is known color: Shamrock. HEX triplet: 1F, D4 and AC. RGB value is (31,212,172). Sum of RGB (Red+Green+Blue) = 31+212+172=415 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.47% from 415); Green value is 212 (83.20% from 255 or 51.08% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 212 - color contains mainly: green. Hex color #1FD4AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FD4AC is #E02B53. Grayscale: #999999. Windows color (decimal): -14691156 or 11326495. OLE color: 11326495.
HSL color Cylindrical-coordinate representation of color #1FD4AC: hue angle of 166.74º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD4AC is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 31 | 212 | 172 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.17 |
| HSL | 166.74º | 0.74% | 0.48% | - |
| HSV(B) | 166.74º | 0.85% | 0.83% | - |
| XYZ | 31.55 | 50.36 | 47.09 | - |
| YUV | 153.32 | 138.53 | 40.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 212 | 172 | 0.85 | 0 | 0.19 | 0.17 | 166.74 | 0.74 | 0.48 |
| Hex | 1F | D4 | AC | 55 | 0 | 13 | 11 | A7 | 4A | 30 |
| Octal | 37 | 324 | 254 | 125 | 0 | 23 | 21 | 247 | 112 | 60 |
| Binary | 11111 | 11010100 | 10101100 | 1010101 | 0 | 10011 | 10001 | 10100111 | 1001010 | 110000 |
Color Harmonies of #1FD4AC
Complementary color
Monochromatic Colors of #1FD4AC
Black with #1FD4AC
Text Example
Text Example
White with #1FD4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD4AC; }
p { color: rgb(31,212,172); }
H1.HeaderClassName
{
color: #1FD4AC;
}
.AnyTagClassName
{
color: #1FD4AC;
}
</style>
background-color css
<style>
a { background-color: #1FD4AC; }
a { background-color: rgb(31,212,172); }
div.DivClassName
{
background-color: #1FD4AC;
}
.BgClassName
{
background-color: #1FD4AC;
}
</style>
border-color css
<style>
span { border-color: #1FD4AC; }
span { border-color: rgb(31,212,172); }
td.TdClassName
{
border-color: #1FD4AC;
}
.TagClassName
{
border-color: #1FD4AC;
}
</style>