Shades of Shamrock #2BBE96
Tints of Shamrock #2BBE96
RGB
CMYK
RGB Variations
Color information
#2BBE96 (or 0x2BBE96) is known color: Shamrock. HEX triplet: 2B, BE and 96. RGB value is (43,190,150). Sum of RGB (Red+Green+Blue) = 43+190+150=383 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.23% from 383); Green value is 190 (74.61% from 255 or 49.61% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBE96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BBE96 is #D44169. Grayscale: #8D8D8D. Windows color (decimal): -13910378 or 9879083. OLE color: 9879083.
HSL color Cylindrical-coordinate representation of color #2BBE96: hue angle of 163.67º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBE96 is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 190 | 150 | - |
| CMYK | 0.77 | 0 | 0.21 | 0.25 |
| HSL | 163.67º | 0.63% | 0.46% | - |
| HSV(B) | 163.67º | 0.77% | 0.75% | - |
| XYZ | 24.91 | 39.54 | 35.17 | - |
| YUV | 141.49 | 132.8 | 57.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 190 | 150 | 0.77 | 0 | 0.21 | 0.25 | 163.67 | 0.63 | 0.46 |
| Hex | 2B | BE | 96 | 4D | 0 | 15 | 19 | A4 | 3F | 2E |
| Octal | 53 | 276 | 226 | 115 | 0 | 25 | 31 | 244 | 77 | 56 |
| Binary | 101011 | 10111110 | 10010110 | 1001101 | 0 | 10101 | 11001 | 10100100 | 111111 | 101110 |
Color Harmonies of #2BBE96
Complementary color
Monochromatic Colors of #2BBE96
Black with #2BBE96
Text Example
Text Example
White with #2BBE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBE96; }
p { color: rgb(43,190,150); }
H1.HeaderClassName
{
color: #2BBE96;
}
.AnyTagClassName
{
color: #2BBE96;
}
</style>
background-color css
<style>
a { background-color: #2BBE96; }
a { background-color: rgb(43,190,150); }
div.DivClassName
{
background-color: #2BBE96;
}
.BgClassName
{
background-color: #2BBE96;
}
</style>
border-color css
<style>
span { border-color: #2BBE96; }
span { border-color: rgb(43,190,150); }
td.TdClassName
{
border-color: #2BBE96;
}
.TagClassName
{
border-color: #2BBE96;
}
</style>