Shades of Shamrock #2CCF9C
Tints of Shamrock #2CCF9C
RGB
CMYK
RGB Variations
Color information
#2CCF9C (or 0x2CCF9C) is known color: Shamrock. HEX triplet: 2C, CF and 9C. RGB value is (44,207,156). Sum of RGB (Red+Green+Blue) = 44+207+156=407 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.81% from 407); Green value is 207 (81.25% from 255 or 50.86% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 207 - color contains mainly: green. Hex color #2CCF9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CCF9C is #D33063. Grayscale: #989898. Windows color (decimal): -13840484 or 10276652. OLE color: 10276652.
HSL color Cylindrical-coordinate representation of color #2CCF9C: hue angle of 161.23º 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 #2CCF9C is Cyan = 0.79, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 44 | 207 | 156 | - |
| CMYK | 0.79 | 0 | 0.25 | 0.19 |
| HSL | 161.23º | 0.65% | 0.49% | - |
| HSV(B) | 161.23º | 0.79% | 0.81% | - |
| XYZ | 29.35 | 47.56 | 39.09 | - |
| YUV | 152.45 | 130 | 50.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 207 | 156 | 0.79 | 0 | 0.25 | 0.19 | 161.23 | 0.65 | 0.49 |
| Hex | 2C | CF | 9C | 4F | 0 | 19 | 13 | A1 | 41 | 31 |
| Octal | 54 | 317 | 234 | 117 | 0 | 31 | 23 | 241 | 101 | 61 |
| Binary | 101100 | 11001111 | 10011100 | 1001111 | 0 | 11001 | 10011 | 10100001 | 1000001 | 110001 |
Color Harmonies of #2CCF9C
Complementary color
Monochromatic Colors of #2CCF9C
Black with #2CCF9C
Text Example
Text Example
White with #2CCF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCF9C; }
p { color: rgb(44,207,156); }
H1.HeaderClassName
{
color: #2CCF9C;
}
.AnyTagClassName
{
color: #2CCF9C;
}
</style>
background-color css
<style>
a { background-color: #2CCF9C; }
a { background-color: rgb(44,207,156); }
div.DivClassName
{
background-color: #2CCF9C;
}
.BgClassName
{
background-color: #2CCF9C;
}
</style>
border-color css
<style>
span { border-color: #2CCF9C; }
span { border-color: rgb(44,207,156); }
td.TdClassName
{
border-color: #2CCF9C;
}
.TagClassName
{
border-color: #2CCF9C;
}
</style>