Shades of Shamrock #1CDDAD
Tints of Shamrock #1CDDAD
RGB
CMYK
RGB Variations
Color information
#1CDDAD (or 0x1CDDAD) is known color: Shamrock. HEX triplet: 1C, DD and AD. RGB value is (28,221,173). Sum of RGB (Red+Green+Blue) = 28+221+173=422 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.64% from 422); Green value is 221 (86.72% from 255 or 52.37% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 221 - color contains mainly: green. Hex color #1CDDAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CDDAD is #E32252. Grayscale: #9D9D9D. Windows color (decimal): -14885459 or 11394332. OLE color: 11394332.
HSL color Cylindrical-coordinate representation of color #1CDDAD: hue angle of 165.08º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CDDAD is Cyan = 0.87, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 221 | 173 | - |
| CMYK | 0.87 | 0 | 0.22 | 0.13 |
| HSL | 165.08º | 0.78% | 0.49% | - |
| HSV(B) | 165.08º | 0.87% | 0.87% | - |
| XYZ | 33.88 | 54.98 | 48.36 | - |
| YUV | 157.82 | 136.56 | 35.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 221 | 173 | 0.87 | 0 | 0.22 | 0.13 | 165.08 | 0.78 | 0.49 |
| Hex | 1C | DD | AD | 57 | 0 | 16 | D | A5 | 4E | 31 |
| Octal | 34 | 335 | 255 | 127 | 0 | 26 | 15 | 245 | 116 | 61 |
| Binary | 11100 | 11011101 | 10101101 | 1010111 | 0 | 10110 | 1101 | 10100101 | 1001110 | 110001 |
Color Harmonies of #1CDDAD
Complementary color
Monochromatic Colors of #1CDDAD
Black with #1CDDAD
Text Example
Text Example
White with #1CDDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDDAD; }
p { color: rgb(28,221,173); }
H1.HeaderClassName
{
color: #1CDDAD;
}
.AnyTagClassName
{
color: #1CDDAD;
}
</style>
background-color css
<style>
a { background-color: #1CDDAD; }
a { background-color: rgb(28,221,173); }
div.DivClassName
{
background-color: #1CDDAD;
}
.BgClassName
{
background-color: #1CDDAD;
}
</style>
border-color css
<style>
span { border-color: #1CDDAD; }
span { border-color: rgb(28,221,173); }
td.TdClassName
{
border-color: #1CDDAD;
}
.TagClassName
{
border-color: #1CDDAD;
}
</style>