Shades of Shamrock #1CCBA2
Tints of Shamrock #1CCBA2
RGB
CMYK
RGB Variations
Color information
#1CCBA2 (or 0x1CCBA2) is known color: Shamrock. HEX triplet: 1C, CB and A2. RGB value is (28,203,162). Sum of RGB (Red+Green+Blue) = 28+203+162=393 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.12% from 393); Green value is 203 (79.69% from 255 or 51.65% from 393); Blue value is 162 (63.67% from 255 or 41.22% from 393); Max value from RGB is 203 - color contains mainly: green. Hex color #1CCBA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCBA2 is #E3345D. Grayscale: #919191. Windows color (decimal): -14890078 or 10668828. OLE color: 10668828.
HSL color Cylindrical-coordinate representation of color #1CCBA2: hue angle of 165.94º 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 #1CCBA2 is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 203 | 162 | - |
| CMYK | 0.86 | 0 | 0.20 | 0.20 |
| HSL | 165.94º | 0.76% | 0.45% | - |
| HSV(B) | 165.94º | 0.86% | 0.8% | - |
| XYZ | 28.36 | 45.57 | 41.48 | - |
| YUV | 146 | 137.02 | 43.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 203 | 162 | 0.86 | 0 | 0.20 | 0.20 | 165.94 | 0.76 | 0.45 |
| Hex | 1C | CB | A2 | 56 | 0 | 14 | 14 | A6 | 4C | 2D |
| Octal | 34 | 313 | 242 | 126 | 0 | 24 | 24 | 246 | 114 | 55 |
| Binary | 11100 | 11001011 | 10100010 | 1010110 | 0 | 10100 | 10100 | 10100110 | 1001100 | 101101 |
Color Harmonies of #1CCBA2
Complementary color
Monochromatic Colors of #1CCBA2
Black with #1CCBA2
Text Example
Text Example
White with #1CCBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCBA2; }
p { color: rgb(28,203,162); }
H1.HeaderClassName
{
color: #1CCBA2;
}
.AnyTagClassName
{
color: #1CCBA2;
}
</style>
background-color css
<style>
a { background-color: #1CCBA2; }
a { background-color: rgb(28,203,162); }
div.DivClassName
{
background-color: #1CCBA2;
}
.BgClassName
{
background-color: #1CCBA2;
}
</style>
border-color css
<style>
span { border-color: #1CCBA2; }
span { border-color: rgb(28,203,162); }
td.TdClassName
{
border-color: #1CCBA2;
}
.TagClassName
{
border-color: #1CCBA2;
}
</style>