Shades of Shamrock #33B994
Tints of Shamrock #33B994
RGB
CMYK
RGB Variations
Color information
#33B994 (or 0x33B994) is known color: Shamrock. HEX triplet: 33, B9 and 94. RGB value is (51,185,148). Sum of RGB (Red+Green+Blue) = 51+185+148=384 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.28% from 384); Green value is 185 (72.66% from 255 or 48.18% from 384); Blue value is 148 (58.20% from 255 or 38.54% from 384); Max value from RGB is 185 - color contains mainly: green. Hex color #33B994 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33B994 is #CC466B. Grayscale: #8C8C8C. Windows color (decimal): -13387372 or 9746739. OLE color: 9746739.
HSL color Cylindrical-coordinate representation of color #33B994: hue angle of 163.43º 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 #33B994 is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 185 | 148 | - |
| CMYK | 0.72 | 0 | 0.20 | 0.27 |
| HSL | 163.43º | 0.57% | 0.46% | - |
| HSV(B) | 163.43º | 0.72% | 0.73% | - |
| XYZ | 24.06 | 37.54 | 33.99 | - |
| YUV | 140.72 | 132.11 | 64.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 185 | 148 | 0.72 | 0 | 0.20 | 0.27 | 163.43 | 0.57 | 0.46 |
| Hex | 33 | B9 | 94 | 48 | 0 | 14 | 1B | A3 | 39 | 2E |
| Octal | 63 | 271 | 224 | 110 | 0 | 24 | 33 | 243 | 71 | 56 |
| Binary | 110011 | 10111001 | 10010100 | 1001000 | 0 | 10100 | 11011 | 10100011 | 111001 | 101110 |
Color Harmonies of #33B994
Complementary color
Monochromatic Colors of #33B994
Black with #33B994
Text Example
Text Example
White with #33B994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33B994; }
p { color: rgb(51,185,148); }
H1.HeaderClassName
{
color: #33B994;
}
.AnyTagClassName
{
color: #33B994;
}
</style>
background-color css
<style>
a { background-color: #33B994; }
a { background-color: rgb(51,185,148); }
div.DivClassName
{
background-color: #33B994;
}
.BgClassName
{
background-color: #33B994;
}
</style>
border-color css
<style>
span { border-color: #33B994; }
span { border-color: rgb(51,185,148); }
td.TdClassName
{
border-color: #33B994;
}
.TagClassName
{
border-color: #33B994;
}
</style>