Shades of Shamrock #1CCB9E
Tints of Shamrock #1CCB9E
RGB
CMYK
RGB Variations
Color information
#1CCB9E (or 0x1CCB9E) is known color: Shamrock. HEX triplet: 1C, CB and 9E. RGB value is (28,203,158). Sum of RGB (Red+Green+Blue) = 28+203+158=389 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.20% from 389); Green value is 203 (79.69% from 255 or 52.19% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 203 - color contains mainly: green. Hex color #1CCB9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCB9E is #E33461. Grayscale: #919191. Windows color (decimal): -14890082 or 10406684. OLE color: 10406684.
HSL color Cylindrical-coordinate representation of color #1CCB9E: hue angle of 164.57º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCB9E is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 203 | 158 | - |
| CMYK | 0.86 | 0 | 0.22 | 0.20 |
| HSL | 164.57º | 0.76% | 0.45% | - |
| HSV(B) | 164.57º | 0.86% | 0.8% | - |
| XYZ | 28.01 | 45.43 | 39.64 | - |
| YUV | 145.55 | 135.02 | 44.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 203 | 158 | 0.86 | 0 | 0.22 | 0.20 | 164.57 | 0.76 | 0.45 |
| Hex | 1C | CB | 9E | 56 | 0 | 16 | 14 | A5 | 4C | 2D |
| Octal | 34 | 313 | 236 | 126 | 0 | 26 | 24 | 245 | 114 | 55 |
| Binary | 11100 | 11001011 | 10011110 | 1010110 | 0 | 10110 | 10100 | 10100101 | 1001100 | 101101 |
Color Harmonies of #1CCB9E
Complementary color
Monochromatic Colors of #1CCB9E
Black with #1CCB9E
Text Example
Text Example
White with #1CCB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCB9E; }
p { color: rgb(28,203,158); }
H1.HeaderClassName
{
color: #1CCB9E;
}
.AnyTagClassName
{
color: #1CCB9E;
}
</style>
background-color css
<style>
a { background-color: #1CCB9E; }
a { background-color: rgb(28,203,158); }
div.DivClassName
{
background-color: #1CCB9E;
}
.BgClassName
{
background-color: #1CCB9E;
}
</style>
border-color css
<style>
span { border-color: #1CCB9E; }
span { border-color: rgb(28,203,158); }
td.TdClassName
{
border-color: #1CCB9E;
}
.TagClassName
{
border-color: #1CCB9E;
}
</style>