Shades of Shamrock #2BCC9D
Tints of Shamrock #2BCC9D
RGB
CMYK
RGB Variations
Color information
#2BCC9D (or 0x2BCC9D) is known color: Shamrock. HEX triplet: 2B, CC and 9D. RGB value is (43,204,157). Sum of RGB (Red+Green+Blue) = 43+204+157=404 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.64% from 404); Green value is 204 (80.08% from 255 or 50.50% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 204 - color contains mainly: green. Hex color #2BCC9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BCC9D is #D43362. Grayscale: #969696. Windows color (decimal): -13906787 or 10341419. OLE color: 10341419.
HSL color Cylindrical-coordinate representation of color #2BCC9D: hue angle of 162.48º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCC9D is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 43 | 204 | 157 | - |
| CMYK | 0.79 | 0 | 0.23 | 0.2 |
| HSL | 162.48º | 0.65% | 0.48% | - |
| HSV(B) | 162.48º | 0.79% | 0.8% | - |
| XYZ | 28.67 | 46.13 | 39.29 | - |
| YUV | 150.5 | 131.66 | 51.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 204 | 157 | 0.79 | 0 | 0.23 | 0.2 | 162.48 | 0.65 | 0.48 |
| Hex | 2B | CC | 9D | 4F | 0 | 17 | 14 | A2 | 41 | 30 |
| Octal | 53 | 314 | 235 | 117 | 0 | 27 | 24 | 242 | 101 | 60 |
| Binary | 101011 | 11001100 | 10011101 | 1001111 | 0 | 10111 | 10100 | 10100010 | 1000001 | 110000 |
Color Harmonies of #2BCC9D
Complementary color
Monochromatic Colors of #2BCC9D
Black with #2BCC9D
Text Example
Text Example
White with #2BCC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCC9D; }
p { color: rgb(43,204,157); }
H1.HeaderClassName
{
color: #2BCC9D;
}
.AnyTagClassName
{
color: #2BCC9D;
}
</style>
background-color css
<style>
a { background-color: #2BCC9D; }
a { background-color: rgb(43,204,157); }
div.DivClassName
{
background-color: #2BCC9D;
}
.BgClassName
{
background-color: #2BCC9D;
}
</style>
border-color css
<style>
span { border-color: #2BCC9D; }
span { border-color: rgb(43,204,157); }
td.TdClassName
{
border-color: #2BCC9D;
}
.TagClassName
{
border-color: #2BCC9D;
}
</style>