Shades of Shamrock #33DDA2
Tints of Shamrock #33DDA2
RGB
CMYK
RGB Variations
Color information
#33DDA2 (or 0x33DDA2) is known color: Shamrock. HEX triplet: 33, DD and A2. RGB value is (51,221,162). Sum of RGB (Red+Green+Blue) = 51+221+162=434 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.75% from 434); Green value is 221 (86.72% from 255 or 50.92% from 434); Blue value is 162 (63.67% from 255 or 37.33% from 434); Max value from RGB is 221 - color contains mainly: green. Hex color #33DDA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33DDA2 is #CC225D. Grayscale: #A3A3A3. Windows color (decimal): -13378142 or 10673459. OLE color: 10673459.
HSL color Cylindrical-coordinate representation of color #33DDA2: hue angle of 159.18º 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 #33DDA2 is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 221 | 162 | - |
| CMYK | 0.77 | 0 | 0.27 | 0.13 |
| HSL | 159.18º | 0.71% | 0.53% | - |
| HSV(B) | 159.18º | 0.77% | 0.87% | - |
| XYZ | 33.74 | 55.03 | 43.02 | - |
| YUV | 163.44 | 127.18 | 47.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 221 | 162 | 0.77 | 0 | 0.27 | 0.13 | 159.18 | 0.71 | 0.53 |
| Hex | 33 | DD | A2 | 4D | 0 | 1B | D | 9F | 47 | 35 |
| Octal | 63 | 335 | 242 | 115 | 0 | 33 | 15 | 237 | 107 | 65 |
| Binary | 110011 | 11011101 | 10100010 | 1001101 | 0 | 11011 | 1101 | 10011111 | 1000111 | 110101 |
Color Harmonies of #33DDA2
Complementary color
Monochromatic Colors of #33DDA2
Black with #33DDA2
Text Example
Text Example
White with #33DDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DDA2; }
p { color: rgb(51,221,162); }
H1.HeaderClassName
{
color: #33DDA2;
}
.AnyTagClassName
{
color: #33DDA2;
}
</style>
background-color css
<style>
a { background-color: #33DDA2; }
a { background-color: rgb(51,221,162); }
div.DivClassName
{
background-color: #33DDA2;
}
.BgClassName
{
background-color: #33DDA2;
}
</style>
border-color css
<style>
span { border-color: #33DDA2; }
span { border-color: rgb(51,221,162); }
td.TdClassName
{
border-color: #33DDA2;
}
.TagClassName
{
border-color: #33DDA2;
}
</style>