Shades of Shamrock #1CCAA0
Tints of Shamrock #1CCAA0
RGB
CMYK
RGB Variations
Color information
#1CCAA0 (or 0x1CCAA0) is known color: Shamrock. HEX triplet: 1C, CA and A0. RGB value is (28,202,160). Sum of RGB (Red+Green+Blue) = 28+202+160=390 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.18% from 390); Green value is 202 (79.30% from 255 or 51.79% from 390); Blue value is 160 (62.89% from 255 or 41.03% from 390); Max value from RGB is 202 - color contains mainly: green. Hex color #1CCAA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCAA0 is #E3355F. Grayscale: #919191. Windows color (decimal): -14890336 or 10537500. OLE color: 10537500.
HSL color Cylindrical-coordinate representation of color #1CCAA0: hue angle of 165.52º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCAA0 is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 28 | 202 | 160 | - |
| CMYK | 0.86 | 0 | 0.21 | 0.21 |
| HSL | 165.52º | 0.76% | 0.45% | - |
| HSV(B) | 165.52º | 0.86% | 0.79% | - |
| XYZ | 27.94 | 45.03 | 40.48 | - |
| YUV | 145.19 | 136.35 | 44.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 202 | 160 | 0.86 | 0 | 0.21 | 0.21 | 165.52 | 0.76 | 0.45 |
| Hex | 1C | CA | A0 | 56 | 0 | 15 | 15 | A6 | 4C | 2D |
| Octal | 34 | 312 | 240 | 126 | 0 | 25 | 25 | 246 | 114 | 55 |
| Binary | 11100 | 11001010 | 10100000 | 1010110 | 0 | 10101 | 10101 | 10100110 | 1001100 | 101101 |
Color Harmonies of #1CCAA0
Complementary color
Monochromatic Colors of #1CCAA0
Black with #1CCAA0
Text Example
Text Example
White with #1CCAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCAA0; }
p { color: rgb(28,202,160); }
H1.HeaderClassName
{
color: #1CCAA0;
}
.AnyTagClassName
{
color: #1CCAA0;
}
</style>
background-color css
<style>
a { background-color: #1CCAA0; }
a { background-color: rgb(28,202,160); }
div.DivClassName
{
background-color: #1CCAA0;
}
.BgClassName
{
background-color: #1CCAA0;
}
</style>
border-color css
<style>
span { border-color: #1CCAA0; }
span { border-color: rgb(28,202,160); }
td.TdClassName
{
border-color: #1CCAA0;
}
.TagClassName
{
border-color: #1CCAA0;
}
</style>