Shades of Shamrock #1CDB88
Tints of Shamrock #1CDB88
RGB
CMYK
RGB Variations
Color information
#1CDB88 (or 0x1CDB88) is known color: Shamrock. HEX triplet: 1C, DB and 88. RGB value is (28,219,136). Sum of RGB (Red+Green+Blue) = 28+219+136=383 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.31% from 383); Green value is 219 (85.94% from 255 or 57.18% from 383); Blue value is 136 (53.52% from 255 or 35.51% from 383); Max value from RGB is 219 - color contains mainly: green. Hex color #1CDB88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CDB88 is #E32477. Grayscale: #989898. Windows color (decimal): -14886008 or 8968988. OLE color: 8968988.
HSL color Cylindrical-coordinate representation of color #1CDB88: hue angle of 153.93º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CDB88 is Cyan = 0.87, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 28 | 219 | 136 | - |
| CMYK | 0.87 | 0 | 0.38 | 0.14 |
| HSL | 153.93º | 0.77% | 0.48% | - |
| HSV(B) | 153.93º | 0.87% | 0.86% | - |
| XYZ | 30.25 | 52.69 | 31.87 | - |
| YUV | 152.43 | 118.72 | 39.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 219 | 136 | 0.87 | 0 | 0.38 | 0.14 | 153.93 | 0.77 | 0.48 |
| Hex | 1C | DB | 88 | 57 | 0 | 26 | E | 9A | 4D | 30 |
| Octal | 34 | 333 | 210 | 127 | 0 | 46 | 16 | 232 | 115 | 60 |
| Binary | 11100 | 11011011 | 10001000 | 1010111 | 0 | 100110 | 1110 | 10011010 | 1001101 | 110000 |
Color Harmonies of #1CDB88
Complementary color
Monochromatic Colors of #1CDB88
Black with #1CDB88
Text Example
Text Example
White with #1CDB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDB88; }
p { color: rgb(28,219,136); }
H1.HeaderClassName
{
color: #1CDB88;
}
.AnyTagClassName
{
color: #1CDB88;
}
</style>
background-color css
<style>
a { background-color: #1CDB88; }
a { background-color: rgb(28,219,136); }
div.DivClassName
{
background-color: #1CDB88;
}
.BgClassName
{
background-color: #1CDB88;
}
</style>
border-color css
<style>
span { border-color: #1CDB88; }
span { border-color: rgb(28,219,136); }
td.TdClassName
{
border-color: #1CDB88;
}
.TagClassName
{
border-color: #1CDB88;
}
</style>