Shades of Shamrock #33DDB0
Tints of Shamrock #33DDB0
RGB
CMYK
RGB Variations
Color information
#33DDB0 (or 0x33DDB0) is known color: Shamrock. HEX triplet: 33, DD and B0. RGB value is (51,221,176). Sum of RGB (Red+Green+Blue) = 51+221+176=448 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.38% from 448); Green value is 221 (86.72% from 255 or 49.33% from 448); Blue value is 176 (69.14% from 255 or 39.29% from 448); Max value from RGB is 221 - color contains mainly: green. Hex color #33DDB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33DDB0 is #CC224F. Grayscale: #A5A5A5. Windows color (decimal): -13378128 or 11590963. OLE color: 11590963.
HSL color Cylindrical-coordinate representation of color #33DDB0: hue angle of 164.12º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DDB0 is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 221 | 176 | - |
| CMYK | 0.77 | 0 | 0.20 | 0.13 |
| HSL | 164.12º | 0.71% | 0.53% | - |
| HSV(B) | 164.12º | 0.77% | 0.87% | - |
| XYZ | 35.06 | 55.55 | 49.95 | - |
| YUV | 165.04 | 134.18 | 46.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 221 | 176 | 0.77 | 0 | 0.20 | 0.13 | 164.12 | 0.71 | 0.53 |
| Hex | 33 | DD | B0 | 4D | 0 | 14 | D | A4 | 47 | 35 |
| Octal | 63 | 335 | 260 | 115 | 0 | 24 | 15 | 244 | 107 | 65 |
| Binary | 110011 | 11011101 | 10110000 | 1001101 | 0 | 10100 | 1101 | 10100100 | 1000111 | 110101 |
Color Harmonies of #33DDB0
Complementary color
Monochromatic Colors of #33DDB0
Black with #33DDB0
Text Example
Text Example
White with #33DDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DDB0; }
p { color: rgb(51,221,176); }
H1.HeaderClassName
{
color: #33DDB0;
}
.AnyTagClassName
{
color: #33DDB0;
}
</style>
background-color css
<style>
a { background-color: #33DDB0; }
a { background-color: rgb(51,221,176); }
div.DivClassName
{
background-color: #33DDB0;
}
.BgClassName
{
background-color: #33DDB0;
}
</style>
border-color css
<style>
span { border-color: #33DDB0; }
span { border-color: rgb(51,221,176); }
td.TdClassName
{
border-color: #33DDB0;
}
.TagClassName
{
border-color: #33DDB0;
}
</style>