Shades of Shamrock #2BBB9A
Tints of Shamrock #2BBB9A
RGB
CMYK
RGB Variations
Color information
#2BBB9A (or 0x2BBB9A) is known color: Shamrock. HEX triplet: 2B, BB and 9A. RGB value is (43,187,154). Sum of RGB (Red+Green+Blue) = 43+187+154=384 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.20% from 384); Green value is 187 (73.44% from 255 or 48.70% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 187 - color contains mainly: green. Hex color #2BBB9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BBB9A is #D44465. Grayscale: #8C8C8C. Windows color (decimal): -13911142 or 10140459. OLE color: 10140459.
HSL color Cylindrical-coordinate representation of color #2BBB9A: hue angle of 166.25º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBB9A is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 187 | 154 | - |
| CMYK | 0.77 | 0 | 0.18 | 0.27 |
| HSL | 166.25º | 0.63% | 0.45% | - |
| HSV(B) | 166.25º | 0.77% | 0.73% | - |
| XYZ | 24.6 | 38.39 | 36.68 | - |
| YUV | 140.18 | 135.79 | 58.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 187 | 154 | 0.77 | 0 | 0.18 | 0.27 | 166.25 | 0.63 | 0.45 |
| Hex | 2B | BB | 9A | 4D | 0 | 12 | 1B | A6 | 3F | 2D |
| Octal | 53 | 273 | 232 | 115 | 0 | 22 | 33 | 246 | 77 | 55 |
| Binary | 101011 | 10111011 | 10011010 | 1001101 | 0 | 10010 | 11011 | 10100110 | 111111 | 101101 |
Color Harmonies of #2BBB9A
Complementary color
Monochromatic Colors of #2BBB9A
Black with #2BBB9A
Text Example
Text Example
White with #2BBB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBB9A; }
p { color: rgb(43,187,154); }
H1.HeaderClassName
{
color: #2BBB9A;
}
.AnyTagClassName
{
color: #2BBB9A;
}
</style>
background-color css
<style>
a { background-color: #2BBB9A; }
a { background-color: rgb(43,187,154); }
div.DivClassName
{
background-color: #2BBB9A;
}
.BgClassName
{
background-color: #2BBB9A;
}
</style>
border-color css
<style>
span { border-color: #2BBB9A; }
span { border-color: rgb(43,187,154); }
td.TdClassName
{
border-color: #2BBB9A;
}
.TagClassName
{
border-color: #2BBB9A;
}
</style>