Shades of Shamrock #33BA96
Tints of Shamrock #33BA96
RGB
CMYK
RGB Variations
Color information
#33BA96 (or 0x33BA96) is known color: Shamrock. HEX triplet: 33, BA and 96. RGB value is (51,186,150). Sum of RGB (Red+Green+Blue) = 51+186+150=387 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.18% from 387); Green value is 186 (73.05% from 255 or 48.06% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 186 - color contains mainly: green. Hex color #33BA96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BA96 is #CC4569. Grayscale: #8D8D8D. Windows color (decimal): -13387114 or 9878067. OLE color: 9878067.
HSL color Cylindrical-coordinate representation of color #33BA96: hue angle of 164º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BA96 is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 186 | 150 | - |
| CMYK | 0.73 | 0 | 0.19 | 0.27 |
| HSL | 164º | 0.57% | 0.46% | - |
| HSV(B) | 164º | 0.73% | 0.73% | - |
| XYZ | 24.43 | 38.02 | 34.91 | - |
| YUV | 141.53 | 132.77 | 63.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 186 | 150 | 0.73 | 0 | 0.19 | 0.27 | 164 | 0.57 | 0.46 |
| Hex | 33 | BA | 96 | 49 | 0 | 13 | 1B | A4 | 39 | 2E |
| Octal | 63 | 272 | 226 | 111 | 0 | 23 | 33 | 244 | 71 | 56 |
| Binary | 110011 | 10111010 | 10010110 | 1001001 | 0 | 10011 | 11011 | 10100100 | 111001 | 101110 |
Color Harmonies of #33BA96
Complementary color
Monochromatic Colors of #33BA96
Black with #33BA96
Text Example
Text Example
White with #33BA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BA96; }
p { color: rgb(51,186,150); }
H1.HeaderClassName
{
color: #33BA96;
}
.AnyTagClassName
{
color: #33BA96;
}
</style>
background-color css
<style>
a { background-color: #33BA96; }
a { background-color: rgb(51,186,150); }
div.DivClassName
{
background-color: #33BA96;
}
.BgClassName
{
background-color: #33BA96;
}
</style>
border-color css
<style>
span { border-color: #33BA96; }
span { border-color: rgb(51,186,150); }
td.TdClassName
{
border-color: #33BA96;
}
.TagClassName
{
border-color: #33BA96;
}
</style>