Shades of Shamrock #1CDDB3
Tints of Shamrock #1CDDB3
RGB
CMYK
RGB Variations
Color information
#1CDDB3 (or 0x1CDDB3) is known color: Shamrock. HEX triplet: 1C, DD and B3. RGB value is (28,221,179). Sum of RGB (Red+Green+Blue) = 28+221+179=428 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.54% from 428); Green value is 221 (86.72% from 255 or 51.64% from 428); Blue value is 179 (70.31% from 255 or 41.82% from 428); Max value from RGB is 221 - color contains mainly: green. Hex color #1CDDB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CDDB3 is #E3224C. Grayscale: #9E9E9E. Windows color (decimal): -14885453 or 11787548. OLE color: 11787548.
HSL color Cylindrical-coordinate representation of color #1CDDB3: hue angle of 166.94º 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 #1CDDB3 is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 221 | 179 | - |
| CMYK | 0.87 | 0 | 0.19 | 0.13 |
| HSL | 166.94º | 0.78% | 0.49% | - |
| HSV(B) | 166.94º | 0.87% | 0.87% | - |
| XYZ | 34.47 | 55.21 | 51.49 | - |
| YUV | 158.51 | 139.56 | 34.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 221 | 179 | 0.87 | 0 | 0.19 | 0.13 | 166.94 | 0.78 | 0.49 |
| Hex | 1C | DD | B3 | 57 | 0 | 13 | D | A7 | 4E | 31 |
| Octal | 34 | 335 | 263 | 127 | 0 | 23 | 15 | 247 | 116 | 61 |
| Binary | 11100 | 11011101 | 10110011 | 1010111 | 0 | 10011 | 1101 | 10100111 | 1001110 | 110001 |
Color Harmonies of #1CDDB3
Complementary color
Monochromatic Colors of #1CDDB3
Black with #1CDDB3
Text Example
Text Example
White with #1CDDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDDB3; }
p { color: rgb(28,221,179); }
H1.HeaderClassName
{
color: #1CDDB3;
}
.AnyTagClassName
{
color: #1CDDB3;
}
</style>
background-color css
<style>
a { background-color: #1CDDB3; }
a { background-color: rgb(28,221,179); }
div.DivClassName
{
background-color: #1CDDB3;
}
.BgClassName
{
background-color: #1CDDB3;
}
</style>
border-color css
<style>
span { border-color: #1CDDB3; }
span { border-color: rgb(28,221,179); }
td.TdClassName
{
border-color: #1CDDB3;
}
.TagClassName
{
border-color: #1CDDB3;
}
</style>