Shades of Shamrock #1CCDA5
Tints of Shamrock #1CCDA5
RGB
CMYK
RGB Variations
Color information
#1CCDA5 (or 0x1CCDA5) is known color: Shamrock. HEX triplet: 1C, CD and A5. RGB value is (28,205,165). Sum of RGB (Red+Green+Blue) = 28+205+165=398 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.04% from 398); Green value is 205 (80.47% from 255 or 51.51% from 398); Blue value is 165 (64.84% from 255 or 41.46% from 398); Max value from RGB is 205 - color contains mainly: green. Hex color #1CCDA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCDA5 is #E3325A. Grayscale: #939393. Windows color (decimal): -14889563 or 10865948. OLE color: 10865948.
HSL color Cylindrical-coordinate representation of color #1CCDA5: hue angle of 166.44º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCDA5 is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 205 | 165 | - |
| CMYK | 0.86 | 0 | 0.20 | 0.20 |
| HSL | 166.44º | 0.76% | 0.46% | - |
| HSV(B) | 166.44º | 0.86% | 0.8% | - |
| XYZ | 29.1 | 46.63 | 43.06 | - |
| YUV | 147.52 | 137.86 | 42.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 205 | 165 | 0.86 | 0 | 0.20 | 0.20 | 166.44 | 0.76 | 0.46 |
| Hex | 1C | CD | A5 | 56 | 0 | 14 | 14 | A6 | 4C | 2E |
| Octal | 34 | 315 | 245 | 126 | 0 | 24 | 24 | 246 | 114 | 56 |
| Binary | 11100 | 11001101 | 10100101 | 1010110 | 0 | 10100 | 10100 | 10100110 | 1001100 | 101110 |
Color Harmonies of #1CCDA5
Complementary color
Monochromatic Colors of #1CCDA5
Black with #1CCDA5
Text Example
Text Example
White with #1CCDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCDA5; }
p { color: rgb(28,205,165); }
H1.HeaderClassName
{
color: #1CCDA5;
}
.AnyTagClassName
{
color: #1CCDA5;
}
</style>
background-color css
<style>
a { background-color: #1CCDA5; }
a { background-color: rgb(28,205,165); }
div.DivClassName
{
background-color: #1CCDA5;
}
.BgClassName
{
background-color: #1CCDA5;
}
</style>
border-color css
<style>
span { border-color: #1CCDA5; }
span { border-color: rgb(28,205,165); }
td.TdClassName
{
border-color: #1CCDA5;
}
.TagClassName
{
border-color: #1CCDA5;
}
</style>