Shades of Shamrock #2BDC9A
Tints of Shamrock #2BDC9A
RGB
CMYK
RGB Variations
Color information
#2BDC9A (or 0x2BDC9A) is known color: Shamrock. HEX triplet: 2B, DC and 9A. RGB value is (43,220,154). Sum of RGB (Red+Green+Blue) = 43+220+154=417 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.31% from 417); Green value is 220 (86.33% from 255 or 52.76% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 220 - color contains mainly: green. Hex color #2BDC9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BDC9A is #D42365. Grayscale: #9F9F9F. Windows color (decimal): -13902694 or 10148907. OLE color: 10148907.
HSL color Cylindrical-coordinate representation of color #2BDC9A: hue angle of 157.63º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BDC9A is Cyan = 0.80, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 220 | 154 | - |
| CMYK | 0.80 | 0 | 0.3 | 0.14 |
| HSL | 157.63º | 0.72% | 0.52% | - |
| HSV(B) | 157.63º | 0.8% | 0.86% | - |
| XYZ | 32.42 | 54.03 | 39.29 | - |
| YUV | 159.55 | 124.86 | 44.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 220 | 154 | 0.80 | 0 | 0.3 | 0.14 | 157.63 | 0.72 | 0.52 |
| Hex | 2B | DC | 9A | 50 | 0 | 1E | E | 9E | 48 | 34 |
| Octal | 53 | 334 | 232 | 120 | 0 | 36 | 16 | 236 | 110 | 64 |
| Binary | 101011 | 11011100 | 10011010 | 1010000 | 0 | 11110 | 1110 | 10011110 | 1001000 | 110100 |
Color Harmonies of #2BDC9A
Complementary color
Monochromatic Colors of #2BDC9A
Black with #2BDC9A
Text Example
Text Example
White with #2BDC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDC9A; }
p { color: rgb(43,220,154); }
H1.HeaderClassName
{
color: #2BDC9A;
}
.AnyTagClassName
{
color: #2BDC9A;
}
</style>
background-color css
<style>
a { background-color: #2BDC9A; }
a { background-color: rgb(43,220,154); }
div.DivClassName
{
background-color: #2BDC9A;
}
.BgClassName
{
background-color: #2BDC9A;
}
</style>
border-color css
<style>
span { border-color: #2BDC9A; }
span { border-color: rgb(43,220,154); }
td.TdClassName
{
border-color: #2BDC9A;
}
.TagClassName
{
border-color: #2BDC9A;
}
</style>