Shades of Shamrock #2CCFAA
Tints of Shamrock #2CCFAA
RGB
CMYK
RGB Variations
Color information
#2CCFAA (or 0x2CCFAA) is known color: Shamrock. HEX triplet: 2C, CF and AA. RGB value is (44,207,170). Sum of RGB (Red+Green+Blue) = 44+207+170=421 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.45% from 421); Green value is 207 (81.25% from 255 or 49.17% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 207 - color contains mainly: green. Hex color #2CCFAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CCFAA is #D33055. Grayscale: #9A9A9A. Windows color (decimal): -13840470 or 11194156. OLE color: 11194156.
HSL color Cylindrical-coordinate representation of color #2CCFAA: hue angle of 166.38º 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 #2CCFAA is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 44 | 207 | 170 | - |
| CMYK | 0.79 | 0 | 0.18 | 0.19 |
| HSL | 166.38º | 0.65% | 0.49% | - |
| HSV(B) | 166.38º | 0.79% | 0.81% | - |
| XYZ | 30.61 | 48.06 | 45.69 | - |
| YUV | 154.05 | 137 | 49.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 207 | 170 | 0.79 | 0 | 0.18 | 0.19 | 166.38 | 0.65 | 0.49 |
| Hex | 2C | CF | AA | 4F | 0 | 12 | 13 | A6 | 41 | 31 |
| Octal | 54 | 317 | 252 | 117 | 0 | 22 | 23 | 246 | 101 | 61 |
| Binary | 101100 | 11001111 | 10101010 | 1001111 | 0 | 10010 | 10011 | 10100110 | 1000001 | 110001 |
Color Harmonies of #2CCFAA
Complementary color
Monochromatic Colors of #2CCFAA
Black with #2CCFAA
Text Example
Text Example
White with #2CCFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCFAA; }
p { color: rgb(44,207,170); }
H1.HeaderClassName
{
color: #2CCFAA;
}
.AnyTagClassName
{
color: #2CCFAA;
}
</style>
background-color css
<style>
a { background-color: #2CCFAA; }
a { background-color: rgb(44,207,170); }
div.DivClassName
{
background-color: #2CCFAA;
}
.BgClassName
{
background-color: #2CCFAA;
}
</style>
border-color css
<style>
span { border-color: #2CCFAA; }
span { border-color: rgb(44,207,170); }
td.TdClassName
{
border-color: #2CCFAA;
}
.TagClassName
{
border-color: #2CCFAA;
}
</style>