Shades of Shamrock #1CDAA3
Tints of Shamrock #1CDAA3
RGB
CMYK
RGB Variations
Color information
#1CDAA3 (or 0x1CDAA3) is known color: Shamrock. HEX triplet: 1C, DA and A3. RGB value is (28,218,163). Sum of RGB (Red+Green+Blue) = 28+218+163=409 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.85% from 409); Green value is 218 (85.55% from 255 or 53.30% from 409); Blue value is 163 (64.06% from 255 or 39.85% from 409); Max value from RGB is 218 - color contains mainly: green. Hex color #1CDAA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CDAA3 is #E3255C. Grayscale: #9A9A9A. Windows color (decimal): -14886237 or 10738204. OLE color: 10738204.
HSL color Cylindrical-coordinate representation of color #1CDAA3: hue angle of 162.63º 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 #1CDAA3 is Cyan = 0.87, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 28 | 218 | 163 | - |
| CMYK | 0.87 | 0 | 0.25 | 0.15 |
| HSL | 162.63º | 0.77% | 0.48% | - |
| HSV(B) | 162.63º | 0.87% | 0.85% | - |
| XYZ | 32.16 | 53.03 | 43.19 | - |
| YUV | 154.92 | 132.55 | 37.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 218 | 163 | 0.87 | 0 | 0.25 | 0.15 | 162.63 | 0.77 | 0.48 |
| Hex | 1C | DA | A3 | 57 | 0 | 19 | F | A3 | 4D | 30 |
| Octal | 34 | 332 | 243 | 127 | 0 | 31 | 17 | 243 | 115 | 60 |
| Binary | 11100 | 11011010 | 10100011 | 1010111 | 0 | 11001 | 1111 | 10100011 | 1001101 | 110000 |
Color Harmonies of #1CDAA3
Complementary color
Monochromatic Colors of #1CDAA3
Black with #1CDAA3
Text Example
Text Example
White with #1CDAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDAA3; }
p { color: rgb(28,218,163); }
H1.HeaderClassName
{
color: #1CDAA3;
}
.AnyTagClassName
{
color: #1CDAA3;
}
</style>
background-color css
<style>
a { background-color: #1CDAA3; }
a { background-color: rgb(28,218,163); }
div.DivClassName
{
background-color: #1CDAA3;
}
.BgClassName
{
background-color: #1CDAA3;
}
</style>
border-color css
<style>
span { border-color: #1CDAA3; }
span { border-color: rgb(28,218,163); }
td.TdClassName
{
border-color: #1CDAA3;
}
.TagClassName
{
border-color: #1CDAA3;
}
</style>