Shades of Shamrock #33B997
Tints of Shamrock #33B997
RGB
CMYK
RGB Variations
Color information
#33B997 (or 0x33B997) is known color: Shamrock. HEX triplet: 33, B9 and 97. RGB value is (51,185,151). Sum of RGB (Red+Green+Blue) = 51+185+151=387 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.18% from 387); Green value is 185 (72.66% from 255 or 47.80% from 387); Blue value is 151 (59.38% from 255 or 39.02% from 387); Max value from RGB is 185 - color contains mainly: green. Hex color #33B997 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33B997 is #CC4668. Grayscale: #8D8D8D. Windows color (decimal): -13387369 or 9943347. OLE color: 9943347.
HSL color Cylindrical-coordinate representation of color #33B997: hue angle of 164.78º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33B997 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 185 | 151 | - |
| CMYK | 0.72 | 0 | 0.18 | 0.27 |
| HSL | 164.78º | 0.57% | 0.46% | - |
| HSV(B) | 164.78º | 0.72% | 0.73% | - |
| XYZ | 24.3 | 37.64 | 35.26 | - |
| YUV | 141.06 | 133.61 | 63.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 185 | 151 | 0.72 | 0 | 0.18 | 0.27 | 164.78 | 0.57 | 0.46 |
| Hex | 33 | B9 | 97 | 48 | 0 | 12 | 1B | A5 | 39 | 2E |
| Octal | 63 | 271 | 227 | 110 | 0 | 22 | 33 | 245 | 71 | 56 |
| Binary | 110011 | 10111001 | 10010111 | 1001000 | 0 | 10010 | 11011 | 10100101 | 111001 | 101110 |
Color Harmonies of #33B997
Complementary color
Monochromatic Colors of #33B997
Black with #33B997
Text Example
Text Example
White with #33B997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33B997; }
p { color: rgb(51,185,151); }
H1.HeaderClassName
{
color: #33B997;
}
.AnyTagClassName
{
color: #33B997;
}
</style>
background-color css
<style>
a { background-color: #33B997; }
a { background-color: rgb(51,185,151); }
div.DivClassName
{
background-color: #33B997;
}
.BgClassName
{
background-color: #33B997;
}
</style>
border-color css
<style>
span { border-color: #33B997; }
span { border-color: rgb(51,185,151); }
td.TdClassName
{
border-color: #33B997;
}
.TagClassName
{
border-color: #33B997;
}
</style>