Shades of Shamrock #33C097
Tints of Shamrock #33C097
RGB
CMYK
RGB Variations
Color information
#33C097 (or 0x33C097) is known color: Shamrock. HEX triplet: 33, C0 and 97. RGB value is (51,192,151). Sum of RGB (Red+Green+Blue) = 51+192+151=394 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.94% from 394); Green value is 192 (75.39% from 255 or 48.73% from 394); Blue value is 151 (59.38% from 255 or 38.32% from 394); Max value from RGB is 192 - color contains mainly: green. Hex color #33C097 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33C097 is #CC3F68. Grayscale: #919191. Windows color (decimal): -13385577 or 9945139. OLE color: 9945139.
HSL color Cylindrical-coordinate representation of color #33C097: hue angle of 162.55º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33C097 is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 192 | 151 | - |
| CMYK | 0.73 | 0 | 0.21 | 0.25 |
| HSL | 162.55º | 0.58% | 0.48% | - |
| HSV(B) | 162.55º | 0.73% | 0.75% | - |
| XYZ | 25.8 | 40.64 | 35.76 | - |
| YUV | 145.17 | 131.29 | 60.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 192 | 151 | 0.73 | 0 | 0.21 | 0.25 | 162.55 | 0.58 | 0.48 |
| Hex | 33 | C0 | 97 | 49 | 0 | 15 | 19 | A3 | 3A | 30 |
| Octal | 63 | 300 | 227 | 111 | 0 | 25 | 31 | 243 | 72 | 60 |
| Binary | 110011 | 11000000 | 10010111 | 1001001 | 0 | 10101 | 11001 | 10100011 | 111010 | 110000 |
Color Harmonies of #33C097
Complementary color
Monochromatic Colors of #33C097
Black with #33C097
Text Example
Text Example
White with #33C097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C097; }
p { color: rgb(51,192,151); }
H1.HeaderClassName
{
color: #33C097;
}
.AnyTagClassName
{
color: #33C097;
}
</style>
background-color css
<style>
a { background-color: #33C097; }
a { background-color: rgb(51,192,151); }
div.DivClassName
{
background-color: #33C097;
}
.BgClassName
{
background-color: #33C097;
}
</style>
border-color css
<style>
span { border-color: #33C097; }
span { border-color: rgb(51,192,151); }
td.TdClassName
{
border-color: #33C097;
}
.TagClassName
{
border-color: #33C097;
}
</style>