Shades of Shamrock #1DCFAA
Tints of Shamrock #1DCFAA
RGB
CMYK
RGB Variations
Color information
#1DCFAA (or 0x1DCFAA) is known color: Shamrock. HEX triplet: 1D, CF and AA. RGB value is (29,207,170). Sum of RGB (Red+Green+Blue) = 29+207+170=406 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.14% from 406); Green value is 207 (81.25% from 255 or 50.99% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 207 - color contains mainly: green. Hex color #1DCFAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DCFAA is #E23055. Grayscale: #959595. Windows color (decimal): -14823510 or 11194141. OLE color: 11194141.
HSL color Cylindrical-coordinate representation of color #1DCFAA: hue angle of 167.53º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCFAA is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 207 | 170 | - |
| CMYK | 0.86 | 0 | 0.18 | 0.19 |
| HSL | 167.53º | 0.75% | 0.46% | - |
| HSV(B) | 167.53º | 0.86% | 0.81% | - |
| XYZ | 30.08 | 47.79 | 45.67 | - |
| YUV | 149.56 | 139.53 | 42.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 207 | 170 | 0.86 | 0 | 0.18 | 0.19 | 167.53 | 0.75 | 0.46 |
| Hex | 1D | CF | AA | 56 | 0 | 12 | 13 | A8 | 4B | 2E |
| Octal | 35 | 317 | 252 | 126 | 0 | 22 | 23 | 250 | 113 | 56 |
| Binary | 11101 | 11001111 | 10101010 | 1010110 | 0 | 10010 | 10011 | 10101000 | 1001011 | 101110 |
Color Harmonies of #1DCFAA
Complementary color
Monochromatic Colors of #1DCFAA
Black with #1DCFAA
Text Example
Text Example
White with #1DCFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCFAA; }
p { color: rgb(29,207,170); }
H1.HeaderClassName
{
color: #1DCFAA;
}
.AnyTagClassName
{
color: #1DCFAA;
}
</style>
background-color css
<style>
a { background-color: #1DCFAA; }
a { background-color: rgb(29,207,170); }
div.DivClassName
{
background-color: #1DCFAA;
}
.BgClassName
{
background-color: #1DCFAA;
}
</style>
border-color css
<style>
span { border-color: #1DCFAA; }
span { border-color: rgb(29,207,170); }
td.TdClassName
{
border-color: #1DCFAA;
}
.TagClassName
{
border-color: #1DCFAA;
}
</style>