Shades of Shamrock #1CD8A8
Tints of Shamrock #1CD8A8
RGB
CMYK
RGB Variations
Color information
#1CD8A8 (or 0x1CD8A8) is known color: Shamrock. HEX triplet: 1C, D8 and A8. RGB value is (28,216,168). Sum of RGB (Red+Green+Blue) = 28+216+168=412 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.80% from 412); Green value is 216 (84.77% from 255 or 52.43% from 412); Blue value is 168 (66.02% from 255 or 40.78% from 412); Max value from RGB is 216 - color contains mainly: green. Hex color #1CD8A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CD8A8 is #E32757. Grayscale: #9A9A9A. Windows color (decimal): -14886744 or 11065372. OLE color: 11065372.
HSL color Cylindrical-coordinate representation of color #1CD8A8: hue angle of 164.68º 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 #1CD8A8 is Cyan = 0.87, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 28 | 216 | 168 | - |
| CMYK | 0.87 | 0 | 0.22 | 0.15 |
| HSL | 164.68º | 0.77% | 0.48% | - |
| HSV(B) | 164.68º | 0.87% | 0.85% | - |
| XYZ | 32.1 | 52.19 | 45.43 | - |
| YUV | 154.32 | 135.72 | 37.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 216 | 168 | 0.87 | 0 | 0.22 | 0.15 | 164.68 | 0.77 | 0.48 |
| Hex | 1C | D8 | A8 | 57 | 0 | 16 | F | A5 | 4D | 30 |
| Octal | 34 | 330 | 250 | 127 | 0 | 26 | 17 | 245 | 115 | 60 |
| Binary | 11100 | 11011000 | 10101000 | 1010111 | 0 | 10110 | 1111 | 10100101 | 1001101 | 110000 |
Color Harmonies of #1CD8A8
Complementary color
Monochromatic Colors of #1CD8A8
Black with #1CD8A8
Text Example
Text Example
White with #1CD8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD8A8; }
p { color: rgb(28,216,168); }
H1.HeaderClassName
{
color: #1CD8A8;
}
.AnyTagClassName
{
color: #1CD8A8;
}
</style>
background-color css
<style>
a { background-color: #1CD8A8; }
a { background-color: rgb(28,216,168); }
div.DivClassName
{
background-color: #1CD8A8;
}
.BgClassName
{
background-color: #1CD8A8;
}
</style>
border-color css
<style>
span { border-color: #1CD8A8; }
span { border-color: rgb(28,216,168); }
td.TdClassName
{
border-color: #1CD8A8;
}
.TagClassName
{
border-color: #1CD8A8;
}
</style>