Shades of Shamrock #2CCEA6
Tints of Shamrock #2CCEA6
RGB
CMYK
RGB Variations
Color information
#2CCEA6 (or 0x2CCEA6) is known color: Shamrock. HEX triplet: 2C, CE and A6. RGB value is (44,206,166). Sum of RGB (Red+Green+Blue) = 44+206+166=416 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.58% from 416); Green value is 206 (80.86% from 255 or 49.52% from 416); Blue value is 166 (65.23% from 255 or 39.90% from 416); Max value from RGB is 206 - color contains mainly: green. Hex color #2CCEA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CCEA6 is #D33159. Grayscale: #989898. Windows color (decimal): -13840730 or 10931756. OLE color: 10931756.
HSL color Cylindrical-coordinate representation of color #2CCEA6: hue angle of 165.19º 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 #2CCEA6 is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 44 | 206 | 166 | - |
| CMYK | 0.79 | 0 | 0.19 | 0.19 |
| HSL | 165.19º | 0.65% | 0.49% | - |
| HSV(B) | 165.19º | 0.79% | 0.81% | - |
| XYZ | 29.99 | 47.43 | 43.65 | - |
| YUV | 153 | 135.33 | 50.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 206 | 166 | 0.79 | 0 | 0.19 | 0.19 | 165.19 | 0.65 | 0.49 |
| Hex | 2C | CE | A6 | 4F | 0 | 13 | 13 | A5 | 41 | 31 |
| Octal | 54 | 316 | 246 | 117 | 0 | 23 | 23 | 245 | 101 | 61 |
| Binary | 101100 | 11001110 | 10100110 | 1001111 | 0 | 10011 | 10011 | 10100101 | 1000001 | 110001 |
Color Harmonies of #2CCEA6
Complementary color
Monochromatic Colors of #2CCEA6
Black with #2CCEA6
Text Example
Text Example
White with #2CCEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCEA6; }
p { color: rgb(44,206,166); }
H1.HeaderClassName
{
color: #2CCEA6;
}
.AnyTagClassName
{
color: #2CCEA6;
}
</style>
background-color css
<style>
a { background-color: #2CCEA6; }
a { background-color: rgb(44,206,166); }
div.DivClassName
{
background-color: #2CCEA6;
}
.BgClassName
{
background-color: #2CCEA6;
}
</style>
border-color css
<style>
span { border-color: #2CCEA6; }
span { border-color: rgb(44,206,166); }
td.TdClassName
{
border-color: #2CCEA6;
}
.TagClassName
{
border-color: #2CCEA6;
}
</style>