Shades of Shamrock #1CCDA4
Tints of Shamrock #1CCDA4
RGB
CMYK
RGB Variations
Color information
#1CCDA4 (or 0x1CCDA4) is known color: Shamrock. HEX triplet: 1C, CD and A4. RGB value is (28,205,164). Sum of RGB (Red+Green+Blue) = 28+205+164=397 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.05% from 397); Green value is 205 (80.47% from 255 or 51.64% from 397); Blue value is 164 (64.45% from 255 or 41.31% from 397); Max value from RGB is 205 - color contains mainly: green. Hex color #1CCDA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCDA4 is #E3325B. Grayscale: #939393. Windows color (decimal): -14889564 or 10800412. OLE color: 10800412.
HSL color Cylindrical-coordinate representation of color #1CCDA4: hue angle of 166.1º 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 #1CCDA4 is Cyan = 0.86, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 205 | 164 | - |
| CMYK | 0.86 | 0 | 0.2 | 0.20 |
| HSL | 166.1º | 0.76% | 0.46% | - |
| HSV(B) | 166.1º | 0.86% | 0.8% | - |
| XYZ | 29.01 | 46.59 | 42.59 | - |
| YUV | 147.4 | 137.36 | 42.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 205 | 164 | 0.86 | 0 | 0.2 | 0.20 | 166.1 | 0.76 | 0.46 |
| Hex | 1C | CD | A4 | 56 | 0 | 14 | 14 | A6 | 4C | 2E |
| Octal | 34 | 315 | 244 | 126 | 0 | 24 | 24 | 246 | 114 | 56 |
| Binary | 11100 | 11001101 | 10100100 | 1010110 | 0 | 10100 | 10100 | 10100110 | 1001100 | 101110 |
Color Harmonies of #1CCDA4
Complementary color
Monochromatic Colors of #1CCDA4
Black with #1CCDA4
Text Example
Text Example
White with #1CCDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCDA4; }
p { color: rgb(28,205,164); }
H1.HeaderClassName
{
color: #1CCDA4;
}
.AnyTagClassName
{
color: #1CCDA4;
}
</style>
background-color css
<style>
a { background-color: #1CCDA4; }
a { background-color: rgb(28,205,164); }
div.DivClassName
{
background-color: #1CCDA4;
}
.BgClassName
{
background-color: #1CCDA4;
}
</style>
border-color css
<style>
span { border-color: #1CCDA4; }
span { border-color: rgb(28,205,164); }
td.TdClassName
{
border-color: #1CCDA4;
}
.TagClassName
{
border-color: #1CCDA4;
}
</style>