Shades of Shamrock #2BBC9A
Tints of Shamrock #2BBC9A
RGB
CMYK
RGB Variations
Color information
#2BBC9A (or 0x2BBC9A) is known color: Shamrock. HEX triplet: 2B, BC and 9A. RGB value is (43,188,154). Sum of RGB (Red+Green+Blue) = 43+188+154=385 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.17% from 385); Green value is 188 (73.83% from 255 or 48.83% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBC9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BBC9A is #D44365. Grayscale: #8C8C8C. Windows color (decimal): -13910886 or 10140715. OLE color: 10140715.
HSL color Cylindrical-coordinate representation of color #2BBC9A: hue angle of 165.93º 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 #2BBC9A is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 188 | 154 | - |
| CMYK | 0.77 | 0 | 0.18 | 0.26 |
| HSL | 165.93º | 0.63% | 0.45% | - |
| HSV(B) | 165.93º | 0.77% | 0.74% | - |
| XYZ | 24.81 | 38.81 | 36.76 | - |
| YUV | 140.77 | 135.46 | 58.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 188 | 154 | 0.77 | 0 | 0.18 | 0.26 | 165.93 | 0.63 | 0.45 |
| Hex | 2B | BC | 9A | 4D | 0 | 12 | 1A | A6 | 3F | 2D |
| Octal | 53 | 274 | 232 | 115 | 0 | 22 | 32 | 246 | 77 | 55 |
| Binary | 101011 | 10111100 | 10011010 | 1001101 | 0 | 10010 | 11010 | 10100110 | 111111 | 101101 |
Color Harmonies of #2BBC9A
Complementary color
Monochromatic Colors of #2BBC9A
Black with #2BBC9A
Text Example
Text Example
White with #2BBC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBC9A; }
p { color: rgb(43,188,154); }
H1.HeaderClassName
{
color: #2BBC9A;
}
.AnyTagClassName
{
color: #2BBC9A;
}
</style>
background-color css
<style>
a { background-color: #2BBC9A; }
a { background-color: rgb(43,188,154); }
div.DivClassName
{
background-color: #2BBC9A;
}
.BgClassName
{
background-color: #2BBC9A;
}
</style>
border-color css
<style>
span { border-color: #2BBC9A; }
span { border-color: rgb(43,188,154); }
td.TdClassName
{
border-color: #2BBC9A;
}
.TagClassName
{
border-color: #2BBC9A;
}
</style>