Shades of Shamrock #1DCFAB
Tints of Shamrock #1DCFAB
RGB
CMYK
RGB Variations
Color information
#1DCFAB (or 0x1DCFAB) is known color: Shamrock. HEX triplet: 1D, CF and AB. RGB value is (29,207,171). Sum of RGB (Red+Green+Blue) = 29+207+171=407 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.13% from 407); Green value is 207 (81.25% from 255 or 50.86% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 207 - color contains mainly: green. Hex color #1DCFAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DCFAB is #E23054. Grayscale: #959595. Windows color (decimal): -14823509 or 11259677. OLE color: 11259677.
HSL color Cylindrical-coordinate representation of color #1DCFAB: hue angle of 167.87º 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 #1DCFAB is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 207 | 171 | - |
| CMYK | 0.86 | 0 | 0.17 | 0.19 |
| HSL | 167.87º | 0.75% | 0.46% | - |
| HSV(B) | 167.87º | 0.86% | 0.81% | - |
| XYZ | 30.17 | 47.83 | 46.17 | - |
| YUV | 149.67 | 140.03 | 41.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 207 | 171 | 0.86 | 0 | 0.17 | 0.19 | 167.87 | 0.75 | 0.46 |
| Hex | 1D | CF | AB | 56 | 0 | 11 | 13 | A8 | 4B | 2E |
| Octal | 35 | 317 | 253 | 126 | 0 | 21 | 23 | 250 | 113 | 56 |
| Binary | 11101 | 11001111 | 10101011 | 1010110 | 0 | 10001 | 10011 | 10101000 | 1001011 | 101110 |
Color Harmonies of #1DCFAB
Complementary color
Monochromatic Colors of #1DCFAB
Black with #1DCFAB
Text Example
Text Example
White with #1DCFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCFAB; }
p { color: rgb(29,207,171); }
H1.HeaderClassName
{
color: #1DCFAB;
}
.AnyTagClassName
{
color: #1DCFAB;
}
</style>
background-color css
<style>
a { background-color: #1DCFAB; }
a { background-color: rgb(29,207,171); }
div.DivClassName
{
background-color: #1DCFAB;
}
.BgClassName
{
background-color: #1DCFAB;
}
</style>
border-color css
<style>
span { border-color: #1DCFAB; }
span { border-color: rgb(29,207,171); }
td.TdClassName
{
border-color: #1DCFAB;
}
.TagClassName
{
border-color: #1DCFAB;
}
</style>