Shades of Shamrock #1CDCA5
Tints of Shamrock #1CDCA5
RGB
CMYK
RGB Variations
Color information
#1CDCA5 (or 0x1CDCA5) is known color: Shamrock. HEX triplet: 1C, DC and A5. RGB value is (28,220,165). Sum of RGB (Red+Green+Blue) = 28+220+165=413 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.78% from 413); Green value is 220 (86.33% from 255 or 53.27% from 413); Blue value is 165 (64.84% from 255 or 39.95% from 413); Max value from RGB is 220 - color contains mainly: green. Hex color #1CDCA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CDCA5 is #E3235A. Grayscale: #9C9C9C. Windows color (decimal): -14885723 or 10869788. OLE color: 10869788.
HSL color Cylindrical-coordinate representation of color #1CDCA5: hue angle of 162.81º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CDCA5 is Cyan = 0.87, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 28 | 220 | 165 | - |
| CMYK | 0.87 | 0 | 0.25 | 0.14 |
| HSL | 162.81º | 0.77% | 0.49% | - |
| HSV(B) | 162.81º | 0.87% | 0.86% | - |
| XYZ | 32.86 | 54.15 | 44.32 | - |
| YUV | 156.32 | 132.89 | 36.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 220 | 165 | 0.87 | 0 | 0.25 | 0.14 | 162.81 | 0.77 | 0.49 |
| Hex | 1C | DC | A5 | 57 | 0 | 19 | E | A3 | 4D | 31 |
| Octal | 34 | 334 | 245 | 127 | 0 | 31 | 16 | 243 | 115 | 61 |
| Binary | 11100 | 11011100 | 10100101 | 1010111 | 0 | 11001 | 1110 | 10100011 | 1001101 | 110001 |
Color Harmonies of #1CDCA5
Complementary color
Monochromatic Colors of #1CDCA5
Black with #1CDCA5
Text Example
Text Example
White with #1CDCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDCA5; }
p { color: rgb(28,220,165); }
H1.HeaderClassName
{
color: #1CDCA5;
}
.AnyTagClassName
{
color: #1CDCA5;
}
</style>
background-color css
<style>
a { background-color: #1CDCA5; }
a { background-color: rgb(28,220,165); }
div.DivClassName
{
background-color: #1CDCA5;
}
.BgClassName
{
background-color: #1CDCA5;
}
</style>
border-color css
<style>
span { border-color: #1CDCA5; }
span { border-color: rgb(28,220,165); }
td.TdClassName
{
border-color: #1CDCA5;
}
.TagClassName
{
border-color: #1CDCA5;
}
</style>