Shades of Shamrock #1CDAA1
Tints of Shamrock #1CDAA1
RGB
CMYK
RGB Variations
Color information
#1CDAA1 (or 0x1CDAA1) is known color: Shamrock. HEX triplet: 1C, DA and A1. RGB value is (28,218,161). Sum of RGB (Red+Green+Blue) = 28+218+161=407 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.88% from 407); Green value is 218 (85.55% from 255 or 53.56% from 407); Blue value is 161 (63.28% from 255 or 39.56% from 407); Max value from RGB is 218 - color contains mainly: green. Hex color #1CDAA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CDAA1 is #E3255E. Grayscale: #9A9A9A. Windows color (decimal): -14886239 or 10607132. OLE color: 10607132.
HSL color Cylindrical-coordinate representation of color #1CDAA1: hue angle of 162º 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 #1CDAA1 is Cyan = 0.87, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 28 | 218 | 161 | - |
| CMYK | 0.87 | 0 | 0.26 | 0.15 |
| HSL | 162º | 0.77% | 0.48% | - |
| HSV(B) | 162º | 0.87% | 0.85% | - |
| XYZ | 31.98 | 52.96 | 42.26 | - |
| YUV | 154.69 | 131.55 | 37.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 218 | 161 | 0.87 | 0 | 0.26 | 0.15 | 162 | 0.77 | 0.48 |
| Hex | 1C | DA | A1 | 57 | 0 | 1A | F | A2 | 4D | 30 |
| Octal | 34 | 332 | 241 | 127 | 0 | 32 | 17 | 242 | 115 | 60 |
| Binary | 11100 | 11011010 | 10100001 | 1010111 | 0 | 11010 | 1111 | 10100010 | 1001101 | 110000 |
Color Harmonies of #1CDAA1
Complementary color
Monochromatic Colors of #1CDAA1
Black with #1CDAA1
Text Example
Text Example
White with #1CDAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDAA1; }
p { color: rgb(28,218,161); }
H1.HeaderClassName
{
color: #1CDAA1;
}
.AnyTagClassName
{
color: #1CDAA1;
}
</style>
background-color css
<style>
a { background-color: #1CDAA1; }
a { background-color: rgb(28,218,161); }
div.DivClassName
{
background-color: #1CDAA1;
}
.BgClassName
{
background-color: #1CDAA1;
}
</style>
border-color css
<style>
span { border-color: #1CDAA1; }
span { border-color: rgb(28,218,161); }
td.TdClassName
{
border-color: #1CDAA1;
}
.TagClassName
{
border-color: #1CDAA1;
}
</style>