Shades of Shamrock #1CDDB5
Tints of Shamrock #1CDDB5
RGB
CMYK
RGB Variations
Color information
#1CDDB5 (or 0x1CDDB5) is known color: Shamrock. HEX triplet: 1C, DD and B5. RGB value is (28,221,181). Sum of RGB (Red+Green+Blue) = 28+221+181=430 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.51% from 430); Green value is 221 (86.72% from 255 or 51.40% from 430); Blue value is 181 (71.09% from 255 or 42.09% from 430); Max value from RGB is 221 - color contains mainly: green. Hex color #1CDDB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CDDB5 is #E3224A. Grayscale: #9E9E9E. Windows color (decimal): -14885451 or 11918620. OLE color: 11918620.
HSL color Cylindrical-coordinate representation of color #1CDDB5: hue angle of 167.56º 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 #1CDDB5 is Cyan = 0.87, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 221 | 181 | - |
| CMYK | 0.87 | 0 | 0.18 | 0.13 |
| HSL | 167.56º | 0.78% | 0.49% | - |
| HSV(B) | 167.56º | 0.87% | 0.87% | - |
| XYZ | 34.68 | 55.3 | 52.56 | - |
| YUV | 158.73 | 140.56 | 34.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 221 | 181 | 0.87 | 0 | 0.18 | 0.13 | 167.56 | 0.78 | 0.49 |
| Hex | 1C | DD | B5 | 57 | 0 | 12 | D | A8 | 4E | 31 |
| Octal | 34 | 335 | 265 | 127 | 0 | 22 | 15 | 250 | 116 | 61 |
| Binary | 11100 | 11011101 | 10110101 | 1010111 | 0 | 10010 | 1101 | 10101000 | 1001110 | 110001 |
Color Harmonies of #1CDDB5
Complementary color
Monochromatic Colors of #1CDDB5
Black with #1CDDB5
Text Example
Text Example
White with #1CDDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDDB5; }
p { color: rgb(28,221,181); }
H1.HeaderClassName
{
color: #1CDDB5;
}
.AnyTagClassName
{
color: #1CDDB5;
}
</style>
background-color css
<style>
a { background-color: #1CDDB5; }
a { background-color: rgb(28,221,181); }
div.DivClassName
{
background-color: #1CDDB5;
}
.BgClassName
{
background-color: #1CDDB5;
}
</style>
border-color css
<style>
span { border-color: #1CDDB5; }
span { border-color: rgb(28,221,181); }
td.TdClassName
{
border-color: #1CDDB5;
}
.TagClassName
{
border-color: #1CDDB5;
}
</style>