Shades of Shamrock #1CCDA2
Tints of Shamrock #1CCDA2
RGB
CMYK
RGB Variations
Color information
#1CCDA2 (or 0x1CCDA2) is known color: Shamrock. HEX triplet: 1C, CD and A2. RGB value is (28,205,162). Sum of RGB (Red+Green+Blue) = 28+205+162=395 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.09% from 395); Green value is 205 (80.47% from 255 or 51.90% from 395); Blue value is 162 (63.67% from 255 or 41.01% from 395); Max value from RGB is 205 - color contains mainly: green. Hex color #1CCDA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCDA2 is #E3325D. Grayscale: #939393. Windows color (decimal): -14889566 or 10669340. OLE color: 10669340.
HSL color Cylindrical-coordinate representation of color #1CCDA2: hue angle of 165.42º 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 #1CCDA2 is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 205 | 162 | - |
| CMYK | 0.86 | 0 | 0.21 | 0.20 |
| HSL | 165.42º | 0.76% | 0.46% | - |
| HSV(B) | 165.42º | 0.86% | 0.8% | - |
| XYZ | 28.83 | 46.52 | 41.64 | - |
| YUV | 147.18 | 136.36 | 43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 205 | 162 | 0.86 | 0 | 0.21 | 0.20 | 165.42 | 0.76 | 0.46 |
| Hex | 1C | CD | A2 | 56 | 0 | 15 | 14 | A5 | 4C | 2E |
| Octal | 34 | 315 | 242 | 126 | 0 | 25 | 24 | 245 | 114 | 56 |
| Binary | 11100 | 11001101 | 10100010 | 1010110 | 0 | 10101 | 10100 | 10100101 | 1001100 | 101110 |
Color Harmonies of #1CCDA2
Complementary color
Monochromatic Colors of #1CCDA2
Black with #1CCDA2
Text Example
Text Example
White with #1CCDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCDA2; }
p { color: rgb(28,205,162); }
H1.HeaderClassName
{
color: #1CCDA2;
}
.AnyTagClassName
{
color: #1CCDA2;
}
</style>
background-color css
<style>
a { background-color: #1CCDA2; }
a { background-color: rgb(28,205,162); }
div.DivClassName
{
background-color: #1CCDA2;
}
.BgClassName
{
background-color: #1CCDA2;
}
</style>
border-color css
<style>
span { border-color: #1CCDA2; }
span { border-color: rgb(28,205,162); }
td.TdClassName
{
border-color: #1CCDA2;
}
.TagClassName
{
border-color: #1CCDA2;
}
</style>