Shades of Shamrock #1CDAA2
Tints of Shamrock #1CDAA2
RGB
CMYK
RGB Variations
Color information
#1CDAA2 (or 0x1CDAA2) is known color: Shamrock. HEX triplet: 1C, DA and A2. RGB value is (28,218,162). Sum of RGB (Red+Green+Blue) = 28+218+162=408 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.86% from 408); Green value is 218 (85.55% from 255 or 53.43% from 408); Blue value is 162 (63.67% from 255 or 39.71% from 408); Max value from RGB is 218 - color contains mainly: green. Hex color #1CDAA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CDAA2 is #E3255D. Grayscale: #9A9A9A. Windows color (decimal): -14886238 or 10672668. OLE color: 10672668.
HSL color Cylindrical-coordinate representation of color #1CDAA2: hue angle of 162.32º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CDAA2 is Cyan = 0.87, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 28 | 218 | 162 | - |
| CMYK | 0.87 | 0 | 0.26 | 0.15 |
| HSL | 162.32º | 0.77% | 0.48% | - |
| HSV(B) | 162.32º | 0.87% | 0.85% | - |
| XYZ | 32.07 | 53 | 42.72 | - |
| YUV | 154.81 | 132.05 | 37.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 218 | 162 | 0.87 | 0 | 0.26 | 0.15 | 162.32 | 0.77 | 0.48 |
| Hex | 1C | DA | A2 | 57 | 0 | 1A | F | A2 | 4D | 30 |
| Octal | 34 | 332 | 242 | 127 | 0 | 32 | 17 | 242 | 115 | 60 |
| Binary | 11100 | 11011010 | 10100010 | 1010111 | 0 | 11010 | 1111 | 10100010 | 1001101 | 110000 |
Color Harmonies of #1CDAA2
Complementary color
Monochromatic Colors of #1CDAA2
Black with #1CDAA2
Text Example
Text Example
White with #1CDAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDAA2; }
p { color: rgb(28,218,162); }
H1.HeaderClassName
{
color: #1CDAA2;
}
.AnyTagClassName
{
color: #1CDAA2;
}
</style>
background-color css
<style>
a { background-color: #1CDAA2; }
a { background-color: rgb(28,218,162); }
div.DivClassName
{
background-color: #1CDAA2;
}
.BgClassName
{
background-color: #1CDAA2;
}
</style>
border-color css
<style>
span { border-color: #1CDAA2; }
span { border-color: rgb(28,218,162); }
td.TdClassName
{
border-color: #1CDAA2;
}
.TagClassName
{
border-color: #1CDAA2;
}
</style>