Shades of Shamrock #1FD4B3
Tints of Shamrock #1FD4B3
RGB
CMYK
RGB Variations
Color information
#1FD4B3 (or 0x1FD4B3) is known color: Shamrock. HEX triplet: 1F, D4 and B3. RGB value is (31,212,179). Sum of RGB (Red+Green+Blue) = 31+212+179=422 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.35% from 422); Green value is 212 (83.20% from 255 or 50.24% from 422); Blue value is 179 (70.31% from 255 or 42.42% from 422); Max value from RGB is 212 - color contains mainly: green. Hex color #1FD4B3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FD4B3 is #E02B4C. Grayscale: #9A9A9A. Windows color (decimal): -14691149 or 11785247. OLE color: 11785247.
HSL color Cylindrical-coordinate representation of color #1FD4B3: hue angle of 169.06º 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 #1FD4B3 is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 31 | 212 | 179 | - |
| CMYK | 0.85 | 0 | 0.16 | 0.17 |
| HSL | 169.06º | 0.74% | 0.48% | - |
| HSV(B) | 169.06º | 0.85% | 0.83% | - |
| XYZ | 32.25 | 50.63 | 50.72 | - |
| YUV | 154.12 | 142.03 | 40.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 212 | 179 | 0.85 | 0 | 0.16 | 0.17 | 169.06 | 0.74 | 0.48 |
| Hex | 1F | D4 | B3 | 55 | 0 | 10 | 11 | A9 | 4A | 30 |
| Octal | 37 | 324 | 263 | 125 | 0 | 20 | 21 | 251 | 112 | 60 |
| Binary | 11111 | 11010100 | 10110011 | 1010101 | 0 | 10000 | 10001 | 10101001 | 1001010 | 110000 |
Color Harmonies of #1FD4B3
Complementary color
Monochromatic Colors of #1FD4B3
Black with #1FD4B3
Text Example
Text Example
White with #1FD4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD4B3; }
p { color: rgb(31,212,179); }
H1.HeaderClassName
{
color: #1FD4B3;
}
.AnyTagClassName
{
color: #1FD4B3;
}
</style>
background-color css
<style>
a { background-color: #1FD4B3; }
a { background-color: rgb(31,212,179); }
div.DivClassName
{
background-color: #1FD4B3;
}
.BgClassName
{
background-color: #1FD4B3;
}
</style>
border-color css
<style>
span { border-color: #1FD4B3; }
span { border-color: rgb(31,212,179); }
td.TdClassName
{
border-color: #1FD4B3;
}
.TagClassName
{
border-color: #1FD4B3;
}
</style>