Shades of Shamrock #33B993
Tints of Shamrock #33B993
RGB
CMYK
RGB Variations
Color information
#33B993 (or 0x33B993) is known color: Shamrock. HEX triplet: 33, B9 and 93. RGB value is (51,185,147). Sum of RGB (Red+Green+Blue) = 51+185+147=383 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.32% from 383); Green value is 185 (72.66% from 255 or 48.30% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 185 - color contains mainly: green. Hex color #33B993 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33B993 is #CC466C. Grayscale: #8C8C8C. Windows color (decimal): -13387373 or 9681203. OLE color: 9681203.
HSL color Cylindrical-coordinate representation of color #33B993: hue angle of 162.99º 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 #33B993 is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 185 | 147 | - |
| CMYK | 0.72 | 0 | 0.21 | 0.27 |
| HSL | 162.99º | 0.57% | 0.46% | - |
| HSV(B) | 162.99º | 0.72% | 0.73% | - |
| XYZ | 23.98 | 37.51 | 33.58 | - |
| YUV | 140.6 | 131.61 | 64.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 185 | 147 | 0.72 | 0 | 0.21 | 0.27 | 162.99 | 0.57 | 0.46 |
| Hex | 33 | B9 | 93 | 48 | 0 | 15 | 1B | A3 | 39 | 2E |
| Octal | 63 | 271 | 223 | 110 | 0 | 25 | 33 | 243 | 71 | 56 |
| Binary | 110011 | 10111001 | 10010011 | 1001000 | 0 | 10101 | 11011 | 10100011 | 111001 | 101110 |
Color Harmonies of #33B993
Complementary color
Monochromatic Colors of #33B993
Black with #33B993
Text Example
Text Example
White with #33B993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33B993; }
p { color: rgb(51,185,147); }
H1.HeaderClassName
{
color: #33B993;
}
.AnyTagClassName
{
color: #33B993;
}
</style>
background-color css
<style>
a { background-color: #33B993; }
a { background-color: rgb(51,185,147); }
div.DivClassName
{
background-color: #33B993;
}
.BgClassName
{
background-color: #33B993;
}
</style>
border-color css
<style>
span { border-color: #33B993; }
span { border-color: rgb(51,185,147); }
td.TdClassName
{
border-color: #33B993;
}
.TagClassName
{
border-color: #33B993;
}
</style>