Shades of Shamrock #33BD99
Tints of Shamrock #33BD99
RGB
CMYK
RGB Variations
Color information
#33BD99 (or 0x33BD99) is known color: Shamrock. HEX triplet: 33, BD and 99. RGB value is (51,189,153). Sum of RGB (Red+Green+Blue) = 51+189+153=393 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.98% from 393); Green value is 189 (74.22% from 255 or 48.09% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 189 - color contains mainly: green. Hex color #33BD99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BD99 is #CC4266. Grayscale: #8F8F8F. Windows color (decimal): -13386343 or 10075443. OLE color: 10075443.
HSL color Cylindrical-coordinate representation of color #33BD99: hue angle of 164.35º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BD99 is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 189 | 153 | - |
| CMYK | 0.73 | 0 | 0.19 | 0.26 |
| HSL | 164.35º | 0.58% | 0.47% | - |
| HSV(B) | 164.35º | 0.73% | 0.74% | - |
| XYZ | 25.31 | 39.4 | 36.41 | - |
| YUV | 143.63 | 133.28 | 61.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 189 | 153 | 0.73 | 0 | 0.19 | 0.26 | 164.35 | 0.58 | 0.47 |
| Hex | 33 | BD | 99 | 49 | 0 | 13 | 1A | A4 | 3A | 2F |
| Octal | 63 | 275 | 231 | 111 | 0 | 23 | 32 | 244 | 72 | 57 |
| Binary | 110011 | 10111101 | 10011001 | 1001001 | 0 | 10011 | 11010 | 10100100 | 111010 | 101111 |
Color Harmonies of #33BD99
Complementary color
Monochromatic Colors of #33BD99
Black with #33BD99
Text Example
Text Example
White with #33BD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BD99; }
p { color: rgb(51,189,153); }
H1.HeaderClassName
{
color: #33BD99;
}
.AnyTagClassName
{
color: #33BD99;
}
</style>
background-color css
<style>
a { background-color: #33BD99; }
a { background-color: rgb(51,189,153); }
div.DivClassName
{
background-color: #33BD99;
}
.BgClassName
{
background-color: #33BD99;
}
</style>
border-color css
<style>
span { border-color: #33BD99; }
span { border-color: rgb(51,189,153); }
td.TdClassName
{
border-color: #33BD99;
}
.TagClassName
{
border-color: #33BD99;
}
</style>