Shades of Shamrock #1CDCB1
Tints of Shamrock #1CDCB1
RGB
CMYK
RGB Variations
Color information
#1CDCB1 (or 0x1CDCB1) is known color: Shamrock. HEX triplet: 1C, DC and B1. RGB value is (28,220,177). Sum of RGB (Red+Green+Blue) = 28+220+177=425 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.59% from 425); Green value is 220 (86.33% from 255 or 51.76% from 425); Blue value is 177 (69.53% from 255 or 41.65% from 425); Max value from RGB is 220 - color contains mainly: green. Hex color #1CDCB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CDCB1 is #E3234E. Grayscale: #9D9D9D. Windows color (decimal): -14885711 or 11656220. OLE color: 11656220.
HSL color Cylindrical-coordinate representation of color #1CDCB1: hue angle of 166.56º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CDCB1 is Cyan = 0.87, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 28 | 220 | 177 | - |
| CMYK | 0.87 | 0 | 0.20 | 0.14 |
| HSL | 166.56º | 0.77% | 0.49% | - |
| HSV(B) | 166.56º | 0.87% | 0.86% | - |
| XYZ | 34.01 | 54.61 | 50.34 | - |
| YUV | 157.69 | 138.89 | 35.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 220 | 177 | 0.87 | 0 | 0.20 | 0.14 | 166.56 | 0.77 | 0.49 |
| Hex | 1C | DC | B1 | 57 | 0 | 14 | E | A7 | 4D | 31 |
| Octal | 34 | 334 | 261 | 127 | 0 | 24 | 16 | 247 | 115 | 61 |
| Binary | 11100 | 11011100 | 10110001 | 1010111 | 0 | 10100 | 1110 | 10100111 | 1001101 | 110001 |
Color Harmonies of #1CDCB1
Complementary color
Monochromatic Colors of #1CDCB1
Black with #1CDCB1
Text Example
Text Example
White with #1CDCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDCB1; }
p { color: rgb(28,220,177); }
H1.HeaderClassName
{
color: #1CDCB1;
}
.AnyTagClassName
{
color: #1CDCB1;
}
</style>
background-color css
<style>
a { background-color: #1CDCB1; }
a { background-color: rgb(28,220,177); }
div.DivClassName
{
background-color: #1CDCB1;
}
.BgClassName
{
background-color: #1CDCB1;
}
</style>
border-color css
<style>
span { border-color: #1CDCB1; }
span { border-color: rgb(28,220,177); }
td.TdClassName
{
border-color: #1CDCB1;
}
.TagClassName
{
border-color: #1CDCB1;
}
</style>