Shades of Shamrock #1DD0AB
Tints of Shamrock #1DD0AB
RGB
CMYK
RGB Variations
Color information
#1DD0AB (or 0x1DD0AB) is known color: Shamrock. HEX triplet: 1D, D0 and AB. RGB value is (29,208,171). Sum of RGB (Red+Green+Blue) = 29+208+171=408 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.11% from 408); Green value is 208 (81.64% from 255 or 50.98% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 208 - color contains mainly: green. Hex color #1DD0AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DD0AB is #E22F54. Grayscale: #969696. Windows color (decimal): -14823253 or 11259933. OLE color: 11259933.
HSL color Cylindrical-coordinate representation of color #1DD0AB: hue angle of 167.6º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD0AB is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 29 | 208 | 171 | - |
| CMYK | 0.86 | 0 | 0.18 | 0.18 |
| HSL | 167.6º | 0.76% | 0.46% | - |
| HSV(B) | 167.6º | 0.86% | 0.82% | - |
| XYZ | 30.41 | 48.31 | 46.25 | - |
| YUV | 150.26 | 139.7 | 41.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 208 | 171 | 0.86 | 0 | 0.18 | 0.18 | 167.6 | 0.76 | 0.46 |
| Hex | 1D | D0 | AB | 56 | 0 | 12 | 12 | A8 | 4C | 2E |
| Octal | 35 | 320 | 253 | 126 | 0 | 22 | 22 | 250 | 114 | 56 |
| Binary | 11101 | 11010000 | 10101011 | 1010110 | 0 | 10010 | 10010 | 10101000 | 1001100 | 101110 |
Color Harmonies of #1DD0AB
Complementary color
Monochromatic Colors of #1DD0AB
Black with #1DD0AB
Text Example
Text Example
White with #1DD0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD0AB; }
p { color: rgb(29,208,171); }
H1.HeaderClassName
{
color: #1DD0AB;
}
.AnyTagClassName
{
color: #1DD0AB;
}
</style>
background-color css
<style>
a { background-color: #1DD0AB; }
a { background-color: rgb(29,208,171); }
div.DivClassName
{
background-color: #1DD0AB;
}
.BgClassName
{
background-color: #1DD0AB;
}
</style>
border-color css
<style>
span { border-color: #1DD0AB; }
span { border-color: rgb(29,208,171); }
td.TdClassName
{
border-color: #1DD0AB;
}
.TagClassName
{
border-color: #1DD0AB;
}
</style>