Shades of Shamrock #1CDDAE
Tints of Shamrock #1CDDAE
RGB
CMYK
RGB Variations
Color information
#1CDDAE (or 0x1CDDAE) is known color: Shamrock. HEX triplet: 1C, DD and AE. RGB value is (28,221,174). Sum of RGB (Red+Green+Blue) = 28+221+174=423 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.62% from 423); Green value is 221 (86.72% from 255 or 52.25% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 221 - color contains mainly: green. Hex color #1CDDAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CDDAE is #E32251. Grayscale: #9D9D9D. Windows color (decimal): -14885458 or 11459868. OLE color: 11459868.
HSL color Cylindrical-coordinate representation of color #1CDDAE: hue angle of 165.39º 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 #1CDDAE is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 221 | 174 | - |
| CMYK | 0.87 | 0 | 0.21 | 0.13 |
| HSL | 165.39º | 0.78% | 0.49% | - |
| HSV(B) | 165.39º | 0.87% | 0.87% | - |
| XYZ | 33.98 | 55.02 | 48.87 | - |
| YUV | 157.94 | 137.06 | 35.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 221 | 174 | 0.87 | 0 | 0.21 | 0.13 | 165.39 | 0.78 | 0.49 |
| Hex | 1C | DD | AE | 57 | 0 | 15 | D | A5 | 4E | 31 |
| Octal | 34 | 335 | 256 | 127 | 0 | 25 | 15 | 245 | 116 | 61 |
| Binary | 11100 | 11011101 | 10101110 | 1010111 | 0 | 10101 | 1101 | 10100101 | 1001110 | 110001 |
Color Harmonies of #1CDDAE
Complementary color
Monochromatic Colors of #1CDDAE
Black with #1CDDAE
Text Example
Text Example
White with #1CDDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDDAE; }
p { color: rgb(28,221,174); }
H1.HeaderClassName
{
color: #1CDDAE;
}
.AnyTagClassName
{
color: #1CDDAE;
}
</style>
background-color css
<style>
a { background-color: #1CDDAE; }
a { background-color: rgb(28,221,174); }
div.DivClassName
{
background-color: #1CDDAE;
}
.BgClassName
{
background-color: #1CDDAE;
}
</style>
border-color css
<style>
span { border-color: #1CDDAE; }
span { border-color: rgb(28,221,174); }
td.TdClassName
{
border-color: #1CDDAE;
}
.TagClassName
{
border-color: #1CDDAE;
}
</style>