Shades of Shamrock #2BCC86
Tints of Shamrock #2BCC86
RGB
CMYK
RGB Variations
Color information
#2BCC86 (or 0x2BCC86) is known color: Shamrock. HEX triplet: 2B, CC and 86. RGB value is (43,204,134). Sum of RGB (Red+Green+Blue) = 43+204+134=381 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.29% from 381); Green value is 204 (80.08% from 255 or 53.54% from 381); Blue value is 134 (52.73% from 255 or 35.17% from 381); Max value from RGB is 204 - color contains mainly: green. Hex color #2BCC86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BCC86 is #D43379. Grayscale: #949494. Windows color (decimal): -13906810 or 8834091. OLE color: 8834091.
HSL color Cylindrical-coordinate representation of color #2BCC86: hue angle of 153.91º 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 #2BCC86 is Cyan = 0.79, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 43 | 204 | 134 | - |
| CMYK | 0.79 | 0 | 0.34 | 0.2 |
| HSL | 153.91º | 0.65% | 0.48% | - |
| HSV(B) | 153.91º | 0.79% | 0.8% | - |
| XYZ | 26.89 | 45.42 | 29.9 | - |
| YUV | 147.88 | 120.16 | 53.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 204 | 134 | 0.79 | 0 | 0.34 | 0.2 | 153.91 | 0.65 | 0.48 |
| Hex | 2B | CC | 86 | 4F | 0 | 22 | 14 | 9A | 41 | 30 |
| Octal | 53 | 314 | 206 | 117 | 0 | 42 | 24 | 232 | 101 | 60 |
| Binary | 101011 | 11001100 | 10000110 | 1001111 | 0 | 100010 | 10100 | 10011010 | 1000001 | 110000 |
Color Harmonies of #2BCC86
Complementary color
Monochromatic Colors of #2BCC86
Black with #2BCC86
Text Example
Text Example
White with #2BCC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCC86; }
p { color: rgb(43,204,134); }
H1.HeaderClassName
{
color: #2BCC86;
}
.AnyTagClassName
{
color: #2BCC86;
}
</style>
background-color css
<style>
a { background-color: #2BCC86; }
a { background-color: rgb(43,204,134); }
div.DivClassName
{
background-color: #2BCC86;
}
.BgClassName
{
background-color: #2BCC86;
}
</style>
border-color css
<style>
span { border-color: #2BCC86; }
span { border-color: rgb(43,204,134); }
td.TdClassName
{
border-color: #2BCC86;
}
.TagClassName
{
border-color: #2BCC86;
}
</style>