Shades of Shamrock #2BBC91
Tints of Shamrock #2BBC91
RGB
CMYK
RGB Variations
Color information
#2BBC91 (or 0x2BBC91) is known color: Shamrock. HEX triplet: 2B, BC and 91. RGB value is (43,188,145). Sum of RGB (Red+Green+Blue) = 43+188+145=376 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.44% from 376); Green value is 188 (73.83% from 255 or 50% from 376); Blue value is 145 (57.03% from 255 or 38.56% from 376); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBC91 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BBC91 is #D4436E. Grayscale: #8B8B8B. Windows color (decimal): -13910895 or 9550891. OLE color: 9550891.
HSL color Cylindrical-coordinate representation of color #2BBC91: hue angle of 162.21º degrees, saturation: 0.63, 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 #2BBC91 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 188 | 145 | - |
| CMYK | 0.77 | 0 | 0.23 | 0.26 |
| HSL | 162.21º | 0.63% | 0.45% | - |
| HSV(B) | 162.21º | 0.77% | 0.74% | - |
| XYZ | 24.09 | 38.52 | 32.95 | - |
| YUV | 139.74 | 130.96 | 59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 188 | 145 | 0.77 | 0 | 0.23 | 0.26 | 162.21 | 0.63 | 0.45 |
| Hex | 2B | BC | 91 | 4D | 0 | 17 | 1A | A2 | 3F | 2D |
| Octal | 53 | 274 | 221 | 115 | 0 | 27 | 32 | 242 | 77 | 55 |
| Binary | 101011 | 10111100 | 10010001 | 1001101 | 0 | 10111 | 11010 | 10100010 | 111111 | 101101 |
Color Harmonies of #2BBC91
Complementary color
Monochromatic Colors of #2BBC91
Black with #2BBC91
Text Example
Text Example
White with #2BBC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBC91; }
p { color: rgb(43,188,145); }
H1.HeaderClassName
{
color: #2BBC91;
}
.AnyTagClassName
{
color: #2BBC91;
}
</style>
background-color css
<style>
a { background-color: #2BBC91; }
a { background-color: rgb(43,188,145); }
div.DivClassName
{
background-color: #2BBC91;
}
.BgClassName
{
background-color: #2BBC91;
}
</style>
border-color css
<style>
span { border-color: #2BBC91; }
span { border-color: rgb(43,188,145); }
td.TdClassName
{
border-color: #2BBC91;
}
.TagClassName
{
border-color: #2BBC91;
}
</style>