Shades of Shamrock #1CDDA5
Tints of Shamrock #1CDDA5
RGB
CMYK
RGB Variations
Color information
#1CDDA5 (or 0x1CDDA5) is known color: Shamrock. HEX triplet: 1C, DD and A5. RGB value is (28,221,165). Sum of RGB (Red+Green+Blue) = 28+221+165=414 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.76% from 414); Green value is 221 (86.72% from 255 or 53.38% from 414); Blue value is 165 (64.84% from 255 or 39.86% from 414); Max value from RGB is 221 - color contains mainly: green. Hex color #1CDDA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CDDA5 is #E3225A. Grayscale: #9C9C9C. Windows color (decimal): -14885467 or 10870044. OLE color: 10870044.
HSL color Cylindrical-coordinate representation of color #1CDDA5: hue angle of 162.59º 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 #1CDDA5 is Cyan = 0.87, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 221 | 165 | - |
| CMYK | 0.87 | 0 | 0.25 | 0.13 |
| HSL | 162.59º | 0.78% | 0.49% | - |
| HSV(B) | 162.59º | 0.87% | 0.87% | - |
| XYZ | 33.13 | 54.68 | 44.4 | - |
| YUV | 156.91 | 132.56 | 36.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 221 | 165 | 0.87 | 0 | 0.25 | 0.13 | 162.59 | 0.78 | 0.49 |
| Hex | 1C | DD | A5 | 57 | 0 | 19 | D | A3 | 4E | 31 |
| Octal | 34 | 335 | 245 | 127 | 0 | 31 | 15 | 243 | 116 | 61 |
| Binary | 11100 | 11011101 | 10100101 | 1010111 | 0 | 11001 | 1101 | 10100011 | 1001110 | 110001 |
Color Harmonies of #1CDDA5
Complementary color
Monochromatic Colors of #1CDDA5
Black with #1CDDA5
Text Example
Text Example
White with #1CDDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDDA5; }
p { color: rgb(28,221,165); }
H1.HeaderClassName
{
color: #1CDDA5;
}
.AnyTagClassName
{
color: #1CDDA5;
}
</style>
background-color css
<style>
a { background-color: #1CDDA5; }
a { background-color: rgb(28,221,165); }
div.DivClassName
{
background-color: #1CDDA5;
}
.BgClassName
{
background-color: #1CDDA5;
}
</style>
border-color css
<style>
span { border-color: #1CDDA5; }
span { border-color: rgb(28,221,165); }
td.TdClassName
{
border-color: #1CDDA5;
}
.TagClassName
{
border-color: #1CDDA5;
}
</style>