Shades of Shamrock #2BC6A4
Tints of Shamrock #2BC6A4
RGB
CMYK
RGB Variations
Color information
#2BC6A4 (or 0x2BC6A4) is known color: Shamrock. HEX triplet: 2B, C6 and A4. RGB value is (43,198,164). Sum of RGB (Red+Green+Blue) = 43+198+164=405 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.62% from 405); Green value is 198 (77.73% from 255 or 48.89% from 405); Blue value is 164 (64.45% from 255 or 40.49% from 405); Max value from RGB is 198 - color contains mainly: green. Hex color #2BC6A4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BC6A4 is #D4395B. Grayscale: #939393. Windows color (decimal): -13908316 or 10798635. OLE color: 10798635.
HSL color Cylindrical-coordinate representation of color #2BC6A4: hue angle of 166.84º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC6A4 is Cyan = 0.78, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 43 | 198 | 164 | - |
| CMYK | 0.78 | 0 | 0.17 | 0.22 |
| HSL | 166.84º | 0.64% | 0.47% | - |
| HSV(B) | 166.84º | 0.78% | 0.78% | - |
| XYZ | 27.89 | 43.58 | 42.06 | - |
| YUV | 147.78 | 137.15 | 53.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 198 | 164 | 0.78 | 0 | 0.17 | 0.22 | 166.84 | 0.64 | 0.47 |
| Hex | 2B | C6 | A4 | 4E | 0 | 11 | 16 | A7 | 40 | 2F |
| Octal | 53 | 306 | 244 | 116 | 0 | 21 | 26 | 247 | 100 | 57 |
| Binary | 101011 | 11000110 | 10100100 | 1001110 | 0 | 10001 | 10110 | 10100111 | 1000000 | 101111 |
Color Harmonies of #2BC6A4
Complementary color
Monochromatic Colors of #2BC6A4
Black with #2BC6A4
Text Example
Text Example
White with #2BC6A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC6A4; }
p { color: rgb(43,198,164); }
H1.HeaderClassName
{
color: #2BC6A4;
}
.AnyTagClassName
{
color: #2BC6A4;
}
</style>
background-color css
<style>
a { background-color: #2BC6A4; }
a { background-color: rgb(43,198,164); }
div.DivClassName
{
background-color: #2BC6A4;
}
.BgClassName
{
background-color: #2BC6A4;
}
</style>
border-color css
<style>
span { border-color: #2BC6A4; }
span { border-color: rgb(43,198,164); }
td.TdClassName
{
border-color: #2BC6A4;
}
.TagClassName
{
border-color: #2BC6A4;
}
</style>