Shades of Shamrock #1CCBA1
Tints of Shamrock #1CCBA1
RGB
CMYK
RGB Variations
Color information
#1CCBA1 (or 0x1CCBA1) is known color: Shamrock. HEX triplet: 1C, CB and A1. RGB value is (28,203,161). Sum of RGB (Red+Green+Blue) = 28+203+161=392 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.14% from 392); Green value is 203 (79.69% from 255 or 51.79% from 392); Blue value is 161 (63.28% from 255 or 41.07% from 392); Max value from RGB is 203 - color contains mainly: green. Hex color #1CCBA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCBA1 is #E3345E. Grayscale: #919191. Windows color (decimal): -14890079 or 10603292. OLE color: 10603292.
HSL color Cylindrical-coordinate representation of color #1CCBA1: hue angle of 165.6º 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 #1CCBA1 is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 203 | 161 | - |
| CMYK | 0.86 | 0 | 0.21 | 0.20 |
| HSL | 165.6º | 0.76% | 0.45% | - |
| HSV(B) | 165.6º | 0.86% | 0.8% | - |
| XYZ | 28.27 | 45.53 | 41.02 | - |
| YUV | 145.89 | 136.52 | 43.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 203 | 161 | 0.86 | 0 | 0.21 | 0.20 | 165.6 | 0.76 | 0.45 |
| Hex | 1C | CB | A1 | 56 | 0 | 15 | 14 | A6 | 4C | 2D |
| Octal | 34 | 313 | 241 | 126 | 0 | 25 | 24 | 246 | 114 | 55 |
| Binary | 11100 | 11001011 | 10100001 | 1010110 | 0 | 10101 | 10100 | 10100110 | 1001100 | 101101 |
Color Harmonies of #1CCBA1
Complementary color
Monochromatic Colors of #1CCBA1
Black with #1CCBA1
Text Example
Text Example
White with #1CCBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCBA1; }
p { color: rgb(28,203,161); }
H1.HeaderClassName
{
color: #1CCBA1;
}
.AnyTagClassName
{
color: #1CCBA1;
}
</style>
background-color css
<style>
a { background-color: #1CCBA1; }
a { background-color: rgb(28,203,161); }
div.DivClassName
{
background-color: #1CCBA1;
}
.BgClassName
{
background-color: #1CCBA1;
}
</style>
border-color css
<style>
span { border-color: #1CCBA1; }
span { border-color: rgb(28,203,161); }
td.TdClassName
{
border-color: #1CCBA1;
}
.TagClassName
{
border-color: #1CCBA1;
}
</style>