Shades of Shamrock #1CDDA6
Tints of Shamrock #1CDDA6
RGB
CMYK
RGB Variations
Color information
#1CDDA6 (or 0x1CDDA6) is known color: Shamrock. HEX triplet: 1C, DD and A6. RGB value is (28,221,166). Sum of RGB (Red+Green+Blue) = 28+221+166=415 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.75% from 415); Green value is 221 (86.72% from 255 or 53.25% from 415); Blue value is 166 (65.23% from 255 or 40% from 415); Max value from RGB is 221 - color contains mainly: green. Hex color #1CDDA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CDDA6 is #E32259. Grayscale: #9D9D9D. Windows color (decimal): -14885466 or 10935580. OLE color: 10935580.
HSL color Cylindrical-coordinate representation of color #1CDDA6: hue angle of 162.9º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CDDA6 is Cyan = 0.87, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 221 | 166 | - |
| CMYK | 0.87 | 0 | 0.25 | 0.13 |
| HSL | 162.9º | 0.78% | 0.49% | - |
| HSV(B) | 162.9º | 0.87% | 0.87% | - |
| XYZ | 33.22 | 54.71 | 44.89 | - |
| YUV | 157.02 | 133.06 | 35.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 221 | 166 | 0.87 | 0 | 0.25 | 0.13 | 162.9 | 0.78 | 0.49 |
| Hex | 1C | DD | A6 | 57 | 0 | 19 | D | A3 | 4E | 31 |
| Octal | 34 | 335 | 246 | 127 | 0 | 31 | 15 | 243 | 116 | 61 |
| Binary | 11100 | 11011101 | 10100110 | 1010111 | 0 | 11001 | 1101 | 10100011 | 1001110 | 110001 |
Color Harmonies of #1CDDA6
Complementary color
Monochromatic Colors of #1CDDA6
Black with #1CDDA6
Text Example
Text Example
White with #1CDDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDDA6; }
p { color: rgb(28,221,166); }
H1.HeaderClassName
{
color: #1CDDA6;
}
.AnyTagClassName
{
color: #1CDDA6;
}
</style>
background-color css
<style>
a { background-color: #1CDDA6; }
a { background-color: rgb(28,221,166); }
div.DivClassName
{
background-color: #1CDDA6;
}
.BgClassName
{
background-color: #1CDDA6;
}
</style>
border-color css
<style>
span { border-color: #1CDDA6; }
span { border-color: rgb(28,221,166); }
td.TdClassName
{
border-color: #1CDDA6;
}
.TagClassName
{
border-color: #1CDDA6;
}
</style>