Shades of Shamrock #1CDDB1
Tints of Shamrock #1CDDB1
RGB
CMYK
RGB Variations
Color information
#1CDDB1 (or 0x1CDDB1) is known color: Shamrock. HEX triplet: 1C, DD and B1. RGB value is (28,221,177). Sum of RGB (Red+Green+Blue) = 28+221+177=426 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.57% from 426); Green value is 221 (86.72% from 255 or 51.88% from 426); Blue value is 177 (69.53% from 255 or 41.55% from 426); Max value from RGB is 221 - color contains mainly: green. Hex color #1CDDB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CDDB1 is #E3224E. Grayscale: #9E9E9E. Windows color (decimal): -14885455 or 11656476. OLE color: 11656476.
HSL color Cylindrical-coordinate representation of color #1CDDB1: hue angle of 166.32º 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 #1CDDB1 is Cyan = 0.87, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 221 | 177 | - |
| CMYK | 0.87 | 0 | 0.20 | 0.13 |
| HSL | 166.32º | 0.78% | 0.49% | - |
| HSV(B) | 166.32º | 0.87% | 0.87% | - |
| XYZ | 34.27 | 55.13 | 50.43 | - |
| YUV | 158.28 | 138.56 | 35.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 221 | 177 | 0.87 | 0 | 0.20 | 0.13 | 166.32 | 0.78 | 0.49 |
| Hex | 1C | DD | B1 | 57 | 0 | 14 | D | A6 | 4E | 31 |
| Octal | 34 | 335 | 261 | 127 | 0 | 24 | 15 | 246 | 116 | 61 |
| Binary | 11100 | 11011101 | 10110001 | 1010111 | 0 | 10100 | 1101 | 10100110 | 1001110 | 110001 |
Color Harmonies of #1CDDB1
Complementary color
Monochromatic Colors of #1CDDB1
Black with #1CDDB1
Text Example
Text Example
White with #1CDDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDDB1; }
p { color: rgb(28,221,177); }
H1.HeaderClassName
{
color: #1CDDB1;
}
.AnyTagClassName
{
color: #1CDDB1;
}
</style>
background-color css
<style>
a { background-color: #1CDDB1; }
a { background-color: rgb(28,221,177); }
div.DivClassName
{
background-color: #1CDDB1;
}
.BgClassName
{
background-color: #1CDDB1;
}
</style>
border-color css
<style>
span { border-color: #1CDDB1; }
span { border-color: rgb(28,221,177); }
td.TdClassName
{
border-color: #1CDDB1;
}
.TagClassName
{
border-color: #1CDDB1;
}
</style>