Shades of Shamrock #1CCCA2
Tints of Shamrock #1CCCA2
RGB
CMYK
RGB Variations
Color information
#1CCCA2 (or 0x1CCCA2) is known color: Shamrock. HEX triplet: 1C, CC and A2. RGB value is (28,204,162). Sum of RGB (Red+Green+Blue) = 28+204+162=394 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.11% from 394); Green value is 204 (80.08% from 255 or 51.78% from 394); Blue value is 162 (63.67% from 255 or 41.12% from 394); Max value from RGB is 204 - color contains mainly: green. Hex color #1CCCA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCCA2 is #E3335D. Grayscale: #929292. Windows color (decimal): -14889822 or 10669084. OLE color: 10669084.
HSL color Cylindrical-coordinate representation of color #1CCCA2: hue angle of 165.68º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCCA2 is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 28 | 204 | 162 | - |
| CMYK | 0.86 | 0 | 0.21 | 0.2 |
| HSL | 165.68º | 0.76% | 0.45% | - |
| HSV(B) | 165.68º | 0.86% | 0.8% | - |
| XYZ | 28.59 | 46.04 | 41.56 | - |
| YUV | 146.59 | 136.69 | 43.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 204 | 162 | 0.86 | 0 | 0.21 | 0.2 | 165.68 | 0.76 | 0.45 |
| Hex | 1C | CC | A2 | 56 | 0 | 15 | 14 | A6 | 4C | 2D |
| Octal | 34 | 314 | 242 | 126 | 0 | 25 | 24 | 246 | 114 | 55 |
| Binary | 11100 | 11001100 | 10100010 | 1010110 | 0 | 10101 | 10100 | 10100110 | 1001100 | 101101 |
Color Harmonies of #1CCCA2
Complementary color
Monochromatic Colors of #1CCCA2
Black with #1CCCA2
Text Example
Text Example
White with #1CCCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCCA2; }
p { color: rgb(28,204,162); }
H1.HeaderClassName
{
color: #1CCCA2;
}
.AnyTagClassName
{
color: #1CCCA2;
}
</style>
background-color css
<style>
a { background-color: #1CCCA2; }
a { background-color: rgb(28,204,162); }
div.DivClassName
{
background-color: #1CCCA2;
}
.BgClassName
{
background-color: #1CCCA2;
}
</style>
border-color css
<style>
span { border-color: #1CCCA2; }
span { border-color: rgb(28,204,162); }
td.TdClassName
{
border-color: #1CCCA2;
}
.TagClassName
{
border-color: #1CCCA2;
}
</style>