Shades of Shamrock #33C088
Tints of Shamrock #33C088
RGB
CMYK
RGB Variations
Color information
#33C088 (or 0x33C088) is known color: Shamrock. HEX triplet: 33, C0 and 88. RGB value is (51,192,136). Sum of RGB (Red+Green+Blue) = 51+192+136=379 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.46% from 379); Green value is 192 (75.39% from 255 or 50.66% from 379); Blue value is 136 (53.52% from 255 or 35.88% from 379); Max value from RGB is 192 - color contains mainly: green. Hex color #33C088 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33C088 is #CC3F77. Grayscale: #8F8F8F. Windows color (decimal): -13385592 or 8962099. OLE color: 8962099.
HSL color Cylindrical-coordinate representation of color #33C088: hue angle of 156.17º 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 #33C088 is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 192 | 136 | - |
| CMYK | 0.73 | 0 | 0.29 | 0.25 |
| HSL | 156.17º | 0.58% | 0.48% | - |
| HSV(B) | 156.17º | 0.73% | 0.75% | - |
| XYZ | 24.66 | 40.18 | 29.75 | - |
| YUV | 143.46 | 123.79 | 62.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 192 | 136 | 0.73 | 0 | 0.29 | 0.25 | 156.17 | 0.58 | 0.48 |
| Hex | 33 | C0 | 88 | 49 | 0 | 1D | 19 | 9C | 3A | 30 |
| Octal | 63 | 300 | 210 | 111 | 0 | 35 | 31 | 234 | 72 | 60 |
| Binary | 110011 | 11000000 | 10001000 | 1001001 | 0 | 11101 | 11001 | 10011100 | 111010 | 110000 |
Color Harmonies of #33C088
Complementary color
Monochromatic Colors of #33C088
Black with #33C088
Text Example
Text Example
White with #33C088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C088; }
p { color: rgb(51,192,136); }
H1.HeaderClassName
{
color: #33C088;
}
.AnyTagClassName
{
color: #33C088;
}
</style>
background-color css
<style>
a { background-color: #33C088; }
a { background-color: rgb(51,192,136); }
div.DivClassName
{
background-color: #33C088;
}
.BgClassName
{
background-color: #33C088;
}
</style>
border-color css
<style>
span { border-color: #33C088; }
span { border-color: rgb(51,192,136); }
td.TdClassName
{
border-color: #33C088;
}
.TagClassName
{
border-color: #33C088;
}
</style>