Shades of Shamrock #1CCBA5
Tints of Shamrock #1CCBA5
RGB
CMYK
RGB Variations
Color information
#1CCBA5 (or 0x1CCBA5) is known color: Shamrock. HEX triplet: 1C, CB and A5. RGB value is (28,203,165). Sum of RGB (Red+Green+Blue) = 28+203+165=396 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.07% from 396); Green value is 203 (79.69% from 255 or 51.26% from 396); Blue value is 165 (64.84% from 255 or 41.67% from 396); Max value from RGB is 203 - color contains mainly: green. Hex color #1CCBA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCBA5 is #E3345A. Grayscale: #929292. Windows color (decimal): -14890075 or 10865436. OLE color: 10865436.
HSL color Cylindrical-coordinate representation of color #1CCBA5: hue angle of 166.97º 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 #1CCBA5 is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 203 | 165 | - |
| CMYK | 0.86 | 0 | 0.19 | 0.20 |
| HSL | 166.97º | 0.76% | 0.45% | - |
| HSV(B) | 166.97º | 0.86% | 0.8% | - |
| XYZ | 28.63 | 45.68 | 42.9 | - |
| YUV | 146.34 | 138.52 | 43.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 203 | 165 | 0.86 | 0 | 0.19 | 0.20 | 166.97 | 0.76 | 0.45 |
| Hex | 1C | CB | A5 | 56 | 0 | 13 | 14 | A7 | 4C | 2D |
| Octal | 34 | 313 | 245 | 126 | 0 | 23 | 24 | 247 | 114 | 55 |
| Binary | 11100 | 11001011 | 10100101 | 1010110 | 0 | 10011 | 10100 | 10100111 | 1001100 | 101101 |
Color Harmonies of #1CCBA5
Complementary color
Monochromatic Colors of #1CCBA5
Black with #1CCBA5
Text Example
Text Example
White with #1CCBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCBA5; }
p { color: rgb(28,203,165); }
H1.HeaderClassName
{
color: #1CCBA5;
}
.AnyTagClassName
{
color: #1CCBA5;
}
</style>
background-color css
<style>
a { background-color: #1CCBA5; }
a { background-color: rgb(28,203,165); }
div.DivClassName
{
background-color: #1CCBA5;
}
.BgClassName
{
background-color: #1CCBA5;
}
</style>
border-color css
<style>
span { border-color: #1CCBA5; }
span { border-color: rgb(28,203,165); }
td.TdClassName
{
border-color: #1CCBA5;
}
.TagClassName
{
border-color: #1CCBA5;
}
</style>