Shades of Shamrock #33D0A0
Tints of Shamrock #33D0A0
RGB
CMYK
RGB Variations
Color information
#33D0A0 (or 0x33D0A0) is known color: Shamrock. HEX triplet: 33, D0 and A0. RGB value is (51,208,160). Sum of RGB (Red+Green+Blue) = 51+208+160=419 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.17% from 419); Green value is 208 (81.64% from 255 or 49.64% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 208 - color contains mainly: green. Hex color #33D0A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33D0A0 is #CC2F5F. Grayscale: #9B9B9B. Windows color (decimal): -13381472 or 10539059. OLE color: 10539059.
HSL color Cylindrical-coordinate representation of color #33D0A0: hue angle of 161.66º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33D0A0 is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 51 | 208 | 160 | - |
| CMYK | 0.75 | 0 | 0.23 | 0.18 |
| HSL | 161.66º | 0.63% | 0.51% | - |
| HSV(B) | 161.66º | 0.75% | 0.82% | - |
| XYZ | 30.27 | 48.35 | 41 | - |
| YUV | 155.59 | 130.49 | 53.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 208 | 160 | 0.75 | 0 | 0.23 | 0.18 | 161.66 | 0.63 | 0.51 |
| Hex | 33 | D0 | A0 | 4B | 0 | 17 | 12 | A2 | 3F | 33 |
| Octal | 63 | 320 | 240 | 113 | 0 | 27 | 22 | 242 | 77 | 63 |
| Binary | 110011 | 11010000 | 10100000 | 1001011 | 0 | 10111 | 10010 | 10100010 | 111111 | 110011 |
Color Harmonies of #33D0A0
Complementary color
Monochromatic Colors of #33D0A0
Black with #33D0A0
Text Example
Text Example
White with #33D0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D0A0; }
p { color: rgb(51,208,160); }
H1.HeaderClassName
{
color: #33D0A0;
}
.AnyTagClassName
{
color: #33D0A0;
}
</style>
background-color css
<style>
a { background-color: #33D0A0; }
a { background-color: rgb(51,208,160); }
div.DivClassName
{
background-color: #33D0A0;
}
.BgClassName
{
background-color: #33D0A0;
}
</style>
border-color css
<style>
span { border-color: #33D0A0; }
span { border-color: rgb(51,208,160); }
td.TdClassName
{
border-color: #33D0A0;
}
.TagClassName
{
border-color: #33D0A0;
}
</style>