Shades of Shamrock #2CCEA7
Tints of Shamrock #2CCEA7
RGB
CMYK
RGB Variations
Color information
#2CCEA7 (or 0x2CCEA7) is known color: Shamrock. HEX triplet: 2C, CE and A7. RGB value is (44,206,167). Sum of RGB (Red+Green+Blue) = 44+206+167=417 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.55% from 417); Green value is 206 (80.86% from 255 or 49.40% from 417); Blue value is 167 (65.62% from 255 or 40.05% from 417); Max value from RGB is 206 - color contains mainly: green. Hex color #2CCEA7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CCEA7 is #D33158. Grayscale: #999999. Windows color (decimal): -13840729 or 10997292. OLE color: 10997292.
HSL color Cylindrical-coordinate representation of color #2CCEA7: hue angle of 165.56º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CCEA7 is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 44 | 206 | 167 | - |
| CMYK | 0.79 | 0 | 0.19 | 0.19 |
| HSL | 165.56º | 0.65% | 0.49% | - |
| HSV(B) | 165.56º | 0.79% | 0.81% | - |
| XYZ | 30.09 | 47.47 | 44.14 | - |
| YUV | 153.12 | 135.83 | 50.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 206 | 167 | 0.79 | 0 | 0.19 | 0.19 | 165.56 | 0.65 | 0.49 |
| Hex | 2C | CE | A7 | 4F | 0 | 13 | 13 | A6 | 41 | 31 |
| Octal | 54 | 316 | 247 | 117 | 0 | 23 | 23 | 246 | 101 | 61 |
| Binary | 101100 | 11001110 | 10100111 | 1001111 | 0 | 10011 | 10011 | 10100110 | 1000001 | 110001 |
Color Harmonies of #2CCEA7
Complementary color
Monochromatic Colors of #2CCEA7
Black with #2CCEA7
Text Example
Text Example
White with #2CCEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCEA7; }
p { color: rgb(44,206,167); }
H1.HeaderClassName
{
color: #2CCEA7;
}
.AnyTagClassName
{
color: #2CCEA7;
}
</style>
background-color css
<style>
a { background-color: #2CCEA7; }
a { background-color: rgb(44,206,167); }
div.DivClassName
{
background-color: #2CCEA7;
}
.BgClassName
{
background-color: #2CCEA7;
}
</style>
border-color css
<style>
span { border-color: #2CCEA7; }
span { border-color: rgb(44,206,167); }
td.TdClassName
{
border-color: #2CCEA7;
}
.TagClassName
{
border-color: #2CCEA7;
}
</style>