Shades of Shamrock #1FDFAE
Tints of Shamrock #1FDFAE
RGB
CMYK
RGB Variations
Color information
#1FDFAE (or 0x1FDFAE) is known color: Shamrock. HEX triplet: 1F, DF and AE. RGB value is (31,223,174). Sum of RGB (Red+Green+Blue) = 31+223+174=428 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.24% from 428); Green value is 223 (87.5% from 255 or 52.10% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 223 - color contains mainly: green. Hex color #1FDFAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FDFAE is #E02051. Grayscale: #A0A0A0. Windows color (decimal): -14688338 or 11460383. OLE color: 11460383.
HSL color Cylindrical-coordinate representation of color #1FDFAE: hue angle of 164.69º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDFAE is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 223 | 174 | - |
| CMYK | 0.86 | 0 | 0.22 | 0.13 |
| HSL | 164.69º | 0.76% | 0.5% | - |
| HSV(B) | 164.69º | 0.86% | 0.87% | - |
| XYZ | 34.59 | 56.12 | 49.05 | - |
| YUV | 160.01 | 135.89 | 35.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 223 | 174 | 0.86 | 0 | 0.22 | 0.13 | 164.69 | 0.76 | 0.5 |
| Hex | 1F | DF | AE | 56 | 0 | 16 | D | A5 | 4C | 32 |
| Octal | 37 | 337 | 256 | 126 | 0 | 26 | 15 | 245 | 114 | 62 |
| Binary | 11111 | 11011111 | 10101110 | 1010110 | 0 | 10110 | 1101 | 10100101 | 1001100 | 110010 |
Color Harmonies of #1FDFAE
Complementary color
Monochromatic Colors of #1FDFAE
Black with #1FDFAE
Text Example
Text Example
White with #1FDFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDFAE; }
p { color: rgb(31,223,174); }
H1.HeaderClassName
{
color: #1FDFAE;
}
.AnyTagClassName
{
color: #1FDFAE;
}
</style>
background-color css
<style>
a { background-color: #1FDFAE; }
a { background-color: rgb(31,223,174); }
div.DivClassName
{
background-color: #1FDFAE;
}
.BgClassName
{
background-color: #1FDFAE;
}
</style>
border-color css
<style>
span { border-color: #1FDFAE; }
span { border-color: rgb(31,223,174); }
td.TdClassName
{
border-color: #1FDFAE;
}
.TagClassName
{
border-color: #1FDFAE;
}
</style>