Shades of Shamrock #1CD1A3
Tints of Shamrock #1CD1A3
RGB
CMYK
RGB Variations
Color information
#1CD1A3 (or 0x1CD1A3) is known color: Shamrock. HEX triplet: 1C, D1 and A3. RGB value is (28,209,163). Sum of RGB (Red+Green+Blue) = 28+209+163=400 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7% from 400); Green value is 209 (82.03% from 255 or 52.25% from 400); Blue value is 163 (64.06% from 255 or 40.75% from 400); Max value from RGB is 209 - color contains mainly: green. Hex color #1CD1A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CD1A3 is #E32E5C. Grayscale: #959595. Windows color (decimal): -14888541 or 10735900. OLE color: 10735900.
HSL color Cylindrical-coordinate representation of color #1CD1A3: hue angle of 164.75º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD1A3 is Cyan = 0.87, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 28 | 209 | 163 | - |
| CMYK | 0.87 | 0 | 0.22 | 0.18 |
| HSL | 164.75º | 0.76% | 0.46% | - |
| HSV(B) | 164.75º | 0.87% | 0.82% | - |
| XYZ | 29.89 | 48.49 | 42.43 | - |
| YUV | 149.64 | 135.53 | 41.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 209 | 163 | 0.87 | 0 | 0.22 | 0.18 | 164.75 | 0.76 | 0.46 |
| Hex | 1C | D1 | A3 | 57 | 0 | 16 | 12 | A5 | 4C | 2E |
| Octal | 34 | 321 | 243 | 127 | 0 | 26 | 22 | 245 | 114 | 56 |
| Binary | 11100 | 11010001 | 10100011 | 1010111 | 0 | 10110 | 10010 | 10100101 | 1001100 | 101110 |
Color Harmonies of #1CD1A3
Complementary color
Monochromatic Colors of #1CD1A3
Black with #1CD1A3
Text Example
Text Example
White with #1CD1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD1A3; }
p { color: rgb(28,209,163); }
H1.HeaderClassName
{
color: #1CD1A3;
}
.AnyTagClassName
{
color: #1CD1A3;
}
</style>
background-color css
<style>
a { background-color: #1CD1A3; }
a { background-color: rgb(28,209,163); }
div.DivClassName
{
background-color: #1CD1A3;
}
.BgClassName
{
background-color: #1CD1A3;
}
</style>
border-color css
<style>
span { border-color: #1CD1A3; }
span { border-color: rgb(28,209,163); }
td.TdClassName
{
border-color: #1CD1A3;
}
.TagClassName
{
border-color: #1CD1A3;
}
</style>