Shades of Shamrock #1CE0B2
Tints of Shamrock #1CE0B2
RGB
CMYK
RGB Variations
Color information
#1CE0B2 (or 0x1CE0B2) is known color: Shamrock. HEX triplet: 1C, E0 and B2. RGB value is (28,224,178). Sum of RGB (Red+Green+Blue) = 28+224+178=430 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.51% from 430); Green value is 224 (87.89% from 255 or 52.09% from 430); Blue value is 178 (69.92% from 255 or 41.40% from 430); Max value from RGB is 224 - color contains mainly: green. Hex color #1CE0B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CE0B2 is #E31F4D. Grayscale: #A0A0A0. Windows color (decimal): -14884686 or 11722780. OLE color: 11722780.
HSL color Cylindrical-coordinate representation of color #1CE0B2: hue angle of 165.92º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE0B2 is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 28 | 224 | 178 | - |
| CMYK | 0.88 | 0 | 0.21 | 0.12 |
| HSL | 165.92º | 0.78% | 0.49% | - |
| HSV(B) | 165.92º | 0.88% | 0.88% | - |
| XYZ | 35.17 | 56.77 | 51.22 | - |
| YUV | 160.15 | 138.07 | 33.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 224 | 178 | 0.88 | 0 | 0.21 | 0.12 | 165.92 | 0.78 | 0.49 |
| Hex | 1C | E0 | B2 | 58 | 0 | 15 | C | A6 | 4E | 31 |
| Octal | 34 | 340 | 262 | 130 | 0 | 25 | 14 | 246 | 116 | 61 |
| Binary | 11100 | 11100000 | 10110010 | 1011000 | 0 | 10101 | 1100 | 10100110 | 1001110 | 110001 |
Color Harmonies of #1CE0B2
Complementary color
Monochromatic Colors of #1CE0B2
Black with #1CE0B2
Text Example
Text Example
White with #1CE0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE0B2; }
p { color: rgb(28,224,178); }
H1.HeaderClassName
{
color: #1CE0B2;
}
.AnyTagClassName
{
color: #1CE0B2;
}
</style>
background-color css
<style>
a { background-color: #1CE0B2; }
a { background-color: rgb(28,224,178); }
div.DivClassName
{
background-color: #1CE0B2;
}
.BgClassName
{
background-color: #1CE0B2;
}
</style>
border-color css
<style>
span { border-color: #1CE0B2; }
span { border-color: rgb(28,224,178); }
td.TdClassName
{
border-color: #1CE0B2;
}
.TagClassName
{
border-color: #1CE0B2;
}
</style>