Shades of Shamrock #2CBC9A
Tints of Shamrock #2CBC9A
RGB
CMYK
RGB Variations
Color information
#2CBC9A (or 0x2CBC9A) is known color: Shamrock. HEX triplet: 2C, BC and 9A. RGB value is (44,188,154). Sum of RGB (Red+Green+Blue) = 44+188+154=386 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.40% from 386); Green value is 188 (73.83% from 255 or 48.70% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 188 - color contains mainly: green. Hex color #2CBC9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CBC9A is #D34365. Grayscale: #8D8D8D. Windows color (decimal): -13845350 or 10140716. OLE color: 10140716.
HSL color Cylindrical-coordinate representation of color #2CBC9A: hue angle of 165.83º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBC9A is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 188 | 154 | - |
| CMYK | 0.77 | 0 | 0.18 | 0.26 |
| HSL | 165.83º | 0.62% | 0.45% | - |
| HSV(B) | 165.83º | 0.77% | 0.74% | - |
| XYZ | 24.85 | 38.84 | 36.76 | - |
| YUV | 141.07 | 135.29 | 58.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 188 | 154 | 0.77 | 0 | 0.18 | 0.26 | 165.83 | 0.62 | 0.45 |
| Hex | 2C | BC | 9A | 4D | 0 | 12 | 1A | A6 | 3E | 2D |
| Octal | 54 | 274 | 232 | 115 | 0 | 22 | 32 | 246 | 76 | 55 |
| Binary | 101100 | 10111100 | 10011010 | 1001101 | 0 | 10010 | 11010 | 10100110 | 111110 | 101101 |
Color Harmonies of #2CBC9A
Complementary color
Monochromatic Colors of #2CBC9A
Black with #2CBC9A
Text Example
Text Example
White with #2CBC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBC9A; }
p { color: rgb(44,188,154); }
H1.HeaderClassName
{
color: #2CBC9A;
}
.AnyTagClassName
{
color: #2CBC9A;
}
</style>
background-color css
<style>
a { background-color: #2CBC9A; }
a { background-color: rgb(44,188,154); }
div.DivClassName
{
background-color: #2CBC9A;
}
.BgClassName
{
background-color: #2CBC9A;
}
</style>
border-color css
<style>
span { border-color: #2CBC9A; }
span { border-color: rgb(44,188,154); }
td.TdClassName
{
border-color: #2CBC9A;
}
.TagClassName
{
border-color: #2CBC9A;
}
</style>