Shades of Shamrock #1CE1B1
Tints of Shamrock #1CE1B1
RGB
CMYK
RGB Variations
Color information
#1CE1B1 (or 0x1CE1B1) is known color: Shamrock. HEX triplet: 1C, E1 and B1. RGB value is (28,225,177). Sum of RGB (Red+Green+Blue) = 28+225+177=430 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.51% from 430); Green value is 225 (88.28% from 255 or 52.33% from 430); Blue value is 177 (69.53% from 255 or 41.16% from 430); Max value from RGB is 225 - color contains mainly: green. Hex color #1CE1B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CE1B1 is #E31E4E. Grayscale: #A0A0A0. Windows color (decimal): -14884431 or 11657500. OLE color: 11657500.
HSL color Cylindrical-coordinate representation of color #1CE1B1: hue angle of 165.38º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE1B1 is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 28 | 225 | 177 | - |
| CMYK | 0.88 | 0 | 0.21 | 0.12 |
| HSL | 165.38º | 0.78% | 0.5% | - |
| HSV(B) | 165.38º | 0.88% | 0.88% | - |
| XYZ | 35.34 | 57.27 | 50.79 | - |
| YUV | 160.63 | 137.23 | 33.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 225 | 177 | 0.88 | 0 | 0.21 | 0.12 | 165.38 | 0.78 | 0.5 |
| Hex | 1C | E1 | B1 | 58 | 0 | 15 | C | A5 | 4E | 32 |
| Octal | 34 | 341 | 261 | 130 | 0 | 25 | 14 | 245 | 116 | 62 |
| Binary | 11100 | 11100001 | 10110001 | 1011000 | 0 | 10101 | 1100 | 10100101 | 1001110 | 110010 |
Color Harmonies of #1CE1B1
Complementary color
Monochromatic Colors of #1CE1B1
Black with #1CE1B1
Text Example
Text Example
White with #1CE1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE1B1; }
p { color: rgb(28,225,177); }
H1.HeaderClassName
{
color: #1CE1B1;
}
.AnyTagClassName
{
color: #1CE1B1;
}
</style>
background-color css
<style>
a { background-color: #1CE1B1; }
a { background-color: rgb(28,225,177); }
div.DivClassName
{
background-color: #1CE1B1;
}
.BgClassName
{
background-color: #1CE1B1;
}
</style>
border-color css
<style>
span { border-color: #1CE1B1; }
span { border-color: rgb(28,225,177); }
td.TdClassName
{
border-color: #1CE1B1;
}
.TagClassName
{
border-color: #1CE1B1;
}
</style>