Shades of Shamrock #1CDAB5
Tints of Shamrock #1CDAB5
RGB
CMYK
RGB Variations
Color information
#1CDAB5 (or 0x1CDAB5) is known color: Shamrock. HEX triplet: 1C, DA and B5. RGB value is (28,218,181). Sum of RGB (Red+Green+Blue) = 28+218+181=427 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.56% from 427); Green value is 218 (85.55% from 255 or 51.05% from 427); Blue value is 181 (71.09% from 255 or 42.39% from 427); Max value from RGB is 218 - color contains mainly: green. Hex color #1CDAB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CDAB5 is #E3254A. Grayscale: #9C9C9C. Windows color (decimal): -14886219 or 11917852. OLE color: 11917852.
HSL color Cylindrical-coordinate representation of color #1CDAB5: hue angle of 168.32º 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 #1CDAB5 is Cyan = 0.87, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 28 | 218 | 181 | - |
| CMYK | 0.87 | 0 | 0.17 | 0.15 |
| HSL | 168.32º | 0.77% | 0.48% | - |
| HSV(B) | 168.32º | 0.87% | 0.85% | - |
| XYZ | 33.89 | 53.73 | 52.3 | - |
| YUV | 156.97 | 141.55 | 36.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 218 | 181 | 0.87 | 0 | 0.17 | 0.15 | 168.32 | 0.77 | 0.48 |
| Hex | 1C | DA | B5 | 57 | 0 | 11 | F | A8 | 4D | 30 |
| Octal | 34 | 332 | 265 | 127 | 0 | 21 | 17 | 250 | 115 | 60 |
| Binary | 11100 | 11011010 | 10110101 | 1010111 | 0 | 10001 | 1111 | 10101000 | 1001101 | 110000 |
Color Harmonies of #1CDAB5
Complementary color
Monochromatic Colors of #1CDAB5
Black with #1CDAB5
Text Example
Text Example
White with #1CDAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDAB5; }
p { color: rgb(28,218,181); }
H1.HeaderClassName
{
color: #1CDAB5;
}
.AnyTagClassName
{
color: #1CDAB5;
}
</style>
background-color css
<style>
a { background-color: #1CDAB5; }
a { background-color: rgb(28,218,181); }
div.DivClassName
{
background-color: #1CDAB5;
}
.BgClassName
{
background-color: #1CDAB5;
}
</style>
border-color css
<style>
span { border-color: #1CDAB5; }
span { border-color: rgb(28,218,181); }
td.TdClassName
{
border-color: #1CDAB5;
}
.TagClassName
{
border-color: #1CDAB5;
}
</style>