Shades of Shamrock #1CCAA1
Tints of Shamrock #1CCAA1
RGB
CMYK
RGB Variations
Color information
#1CCAA1 (or 0x1CCAA1) is known color: Shamrock. HEX triplet: 1C, CA and A1. RGB value is (28,202,161). Sum of RGB (Red+Green+Blue) = 28+202+161=391 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.16% from 391); Green value is 202 (79.30% from 255 or 51.66% from 391); Blue value is 161 (63.28% from 255 or 41.18% from 391); Max value from RGB is 202 - color contains mainly: green. Hex color #1CCAA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCAA1 is #E3355E. Grayscale: #919191. Windows color (decimal): -14890335 or 10603036. OLE color: 10603036.
HSL color Cylindrical-coordinate representation of color #1CCAA1: hue angle of 165.86º 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 #1CCAA1 is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 28 | 202 | 161 | - |
| CMYK | 0.86 | 0 | 0.20 | 0.21 |
| HSL | 165.86º | 0.76% | 0.45% | - |
| HSV(B) | 165.86º | 0.86% | 0.79% | - |
| XYZ | 28.03 | 45.06 | 40.94 | - |
| YUV | 145.3 | 136.85 | 44.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 202 | 161 | 0.86 | 0 | 0.20 | 0.21 | 165.86 | 0.76 | 0.45 |
| Hex | 1C | CA | A1 | 56 | 0 | 14 | 15 | A6 | 4C | 2D |
| Octal | 34 | 312 | 241 | 126 | 0 | 24 | 25 | 246 | 114 | 55 |
| Binary | 11100 | 11001010 | 10100001 | 1010110 | 0 | 10100 | 10101 | 10100110 | 1001100 | 101101 |
Color Harmonies of #1CCAA1
Complementary color
Monochromatic Colors of #1CCAA1
Black with #1CCAA1
Text Example
Text Example
White with #1CCAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCAA1; }
p { color: rgb(28,202,161); }
H1.HeaderClassName
{
color: #1CCAA1;
}
.AnyTagClassName
{
color: #1CCAA1;
}
</style>
background-color css
<style>
a { background-color: #1CCAA1; }
a { background-color: rgb(28,202,161); }
div.DivClassName
{
background-color: #1CCAA1;
}
.BgClassName
{
background-color: #1CCAA1;
}
</style>
border-color css
<style>
span { border-color: #1CCAA1; }
span { border-color: rgb(28,202,161); }
td.TdClassName
{
border-color: #1CCAA1;
}
.TagClassName
{
border-color: #1CCAA1;
}
</style>