Shades of Shamrock #36DDB0
Tints of Shamrock #36DDB0
RGB
CMYK
RGB Variations
Color information
#36DDB0 (or 0x36DDB0) is known color: Shamrock. HEX triplet: 36, DD and B0. RGB value is (54,221,176). Sum of RGB (Red+Green+Blue) = 54+221+176=451 (59% of max value = 765). Red value is 54 (21.48% from 255 or 11.97% from 451); Green value is 221 (86.72% from 255 or 49.00% from 451); Blue value is 176 (69.14% from 255 or 39.02% from 451); Max value from RGB is 221 - color contains mainly: green. Hex color #36DDB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36DDB0 is #C9224F. Grayscale: #A5A5A5. Windows color (decimal): -13181520 or 11590966. OLE color: 11590966.
HSL color Cylindrical-coordinate representation of color #36DDB0: hue angle of 163.83º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36DDB0 is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 221 | 176 | - |
| CMYK | 0.76 | 0 | 0.20 | 0.13 |
| HSL | 163.83º | 0.71% | 0.54% | - |
| HSV(B) | 163.83º | 0.76% | 0.87% | - |
| XYZ | 35.21 | 55.63 | 49.96 | - |
| YUV | 165.94 | 133.67 | 48.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 221 | 176 | 0.76 | 0 | 0.20 | 0.13 | 163.83 | 0.71 | 0.54 |
| Hex | 36 | DD | B0 | 4C | 0 | 14 | D | A4 | 47 | 36 |
| Octal | 66 | 335 | 260 | 114 | 0 | 24 | 15 | 244 | 107 | 66 |
| Binary | 110110 | 11011101 | 10110000 | 1001100 | 0 | 10100 | 1101 | 10100100 | 1000111 | 110110 |
Color Harmonies of #36DDB0
Complementary color
Monochromatic Colors of #36DDB0
Black with #36DDB0
Text Example
Text Example
White with #36DDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DDB0; }
p { color: rgb(54,221,176); }
H1.HeaderClassName
{
color: #36DDB0;
}
.AnyTagClassName
{
color: #36DDB0;
}
</style>
background-color css
<style>
a { background-color: #36DDB0; }
a { background-color: rgb(54,221,176); }
div.DivClassName
{
background-color: #36DDB0;
}
.BgClassName
{
background-color: #36DDB0;
}
</style>
border-color css
<style>
span { border-color: #36DDB0; }
span { border-color: rgb(54,221,176); }
td.TdClassName
{
border-color: #36DDB0;
}
.TagClassName
{
border-color: #36DDB0;
}
</style>