Shades of Shamrock #1FCDAA
Tints of Shamrock #1FCDAA
RGB
CMYK
RGB Variations
Color information
#1FCDAA (or 0x1FCDAA) is known color: Shamrock. HEX triplet: 1F, CD and AA. RGB value is (31,205,170). Sum of RGB (Red+Green+Blue) = 31+205+170=406 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.64% from 406); Green value is 205 (80.47% from 255 or 50.49% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 205 - color contains mainly: green. Hex color #1FCDAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FCDAA is #E03255. Grayscale: #949494. Windows color (decimal): -14692950 or 11193631. OLE color: 11193631.
HSL color Cylindrical-coordinate representation of color #1FCDAA: hue angle of 167.93º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCDAA is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 205 | 170 | - |
| CMYK | 0.85 | 0 | 0.17 | 0.20 |
| HSL | 167.93º | 0.74% | 0.46% | - |
| HSV(B) | 167.93º | 0.85% | 0.8% | - |
| XYZ | 29.65 | 46.86 | 45.51 | - |
| YUV | 148.98 | 139.85 | 43.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 205 | 170 | 0.85 | 0 | 0.17 | 0.20 | 167.93 | 0.74 | 0.46 |
| Hex | 1F | CD | AA | 55 | 0 | 11 | 14 | A8 | 4A | 2E |
| Octal | 37 | 315 | 252 | 125 | 0 | 21 | 24 | 250 | 112 | 56 |
| Binary | 11111 | 11001101 | 10101010 | 1010101 | 0 | 10001 | 10100 | 10101000 | 1001010 | 101110 |
Color Harmonies of #1FCDAA
Complementary color
Monochromatic Colors of #1FCDAA
Black with #1FCDAA
Text Example
Text Example
White with #1FCDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCDAA; }
p { color: rgb(31,205,170); }
H1.HeaderClassName
{
color: #1FCDAA;
}
.AnyTagClassName
{
color: #1FCDAA;
}
</style>
background-color css
<style>
a { background-color: #1FCDAA; }
a { background-color: rgb(31,205,170); }
div.DivClassName
{
background-color: #1FCDAA;
}
.BgClassName
{
background-color: #1FCDAA;
}
</style>
border-color css
<style>
span { border-color: #1FCDAA; }
span { border-color: rgb(31,205,170); }
td.TdClassName
{
border-color: #1FCDAA;
}
.TagClassName
{
border-color: #1FCDAA;
}
</style>