Shades of Shamrock #1CDFB2
Tints of Shamrock #1CDFB2
RGB
CMYK
RGB Variations
Color information
#1CDFB2 (or 0x1CDFB2) is known color: Shamrock. HEX triplet: 1C, DF and B2. RGB value is (28,223,178). Sum of RGB (Red+Green+Blue) = 28+223+178=429 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.53% from 429); Green value is 223 (87.5% from 255 or 51.98% from 429); Blue value is 178 (69.92% from 255 or 41.49% from 429); Max value from RGB is 223 - color contains mainly: green. Hex color #1CDFB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CDFB2 is #E3204D. Grayscale: #9F9F9F. Windows color (decimal): -14884942 or 11722524. OLE color: 11722524.
HSL color Cylindrical-coordinate representation of color #1CDFB2: hue angle of 166.15º 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 #1CDFB2 is Cyan = 0.87, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 223 | 178 | - |
| CMYK | 0.87 | 0 | 0.20 | 0.13 |
| HSL | 166.15º | 0.78% | 0.49% | - |
| HSV(B) | 166.15º | 0.87% | 0.87% | - |
| XYZ | 34.9 | 56.24 | 51.13 | - |
| YUV | 159.57 | 138.4 | 34.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 223 | 178 | 0.87 | 0 | 0.20 | 0.13 | 166.15 | 0.78 | 0.49 |
| Hex | 1C | DF | B2 | 57 | 0 | 14 | D | A6 | 4E | 31 |
| Octal | 34 | 337 | 262 | 127 | 0 | 24 | 15 | 246 | 116 | 61 |
| Binary | 11100 | 11011111 | 10110010 | 1010111 | 0 | 10100 | 1101 | 10100110 | 1001110 | 110001 |
Color Harmonies of #1CDFB2
Complementary color
Monochromatic Colors of #1CDFB2
Black with #1CDFB2
Text Example
Text Example
White with #1CDFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDFB2; }
p { color: rgb(28,223,178); }
H1.HeaderClassName
{
color: #1CDFB2;
}
.AnyTagClassName
{
color: #1CDFB2;
}
</style>
background-color css
<style>
a { background-color: #1CDFB2; }
a { background-color: rgb(28,223,178); }
div.DivClassName
{
background-color: #1CDFB2;
}
.BgClassName
{
background-color: #1CDFB2;
}
</style>
border-color css
<style>
span { border-color: #1CDFB2; }
span { border-color: rgb(28,223,178); }
td.TdClassName
{
border-color: #1CDFB2;
}
.TagClassName
{
border-color: #1CDFB2;
}
</style>