Shades of Shamrock #36C7A6
Tints of Shamrock #36C7A6
RGB
CMYK
RGB Variations
Color information
#36C7A6 (or 0x36C7A6) is known color: Shamrock. HEX triplet: 36, C7 and A6. RGB value is (54,199,166). Sum of RGB (Red+Green+Blue) = 54+199+166=419 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.89% from 419); Green value is 199 (78.12% from 255 or 47.49% from 419); Blue value is 166 (65.23% from 255 or 39.62% from 419); Max value from RGB is 199 - color contains mainly: green. Hex color #36C7A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36C7A6 is #C93859. Grayscale: #979797. Windows color (decimal): -13187162 or 10929974. OLE color: 10929974.
HSL color Cylindrical-coordinate representation of color #36C7A6: hue angle of 166.34º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36C7A6 is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 54 | 199 | 166 | - |
| CMYK | 0.73 | 0 | 0.17 | 0.22 |
| HSL | 166.34º | 0.57% | 0.5% | - |
| HSV(B) | 166.34º | 0.73% | 0.78% | - |
| XYZ | 28.83 | 44.38 | 43.12 | - |
| YUV | 151.88 | 135.96 | 58.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 199 | 166 | 0.73 | 0 | 0.17 | 0.22 | 166.34 | 0.57 | 0.5 |
| Hex | 36 | C7 | A6 | 49 | 0 | 11 | 16 | A6 | 39 | 32 |
| Octal | 66 | 307 | 246 | 111 | 0 | 21 | 26 | 246 | 71 | 62 |
| Binary | 110110 | 11000111 | 10100110 | 1001001 | 0 | 10001 | 10110 | 10100110 | 111001 | 110010 |
Color Harmonies of #36C7A6
Complementary color
Monochromatic Colors of #36C7A6
Black with #36C7A6
Text Example
Text Example
White with #36C7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C7A6; }
p { color: rgb(54,199,166); }
H1.HeaderClassName
{
color: #36C7A6;
}
.AnyTagClassName
{
color: #36C7A6;
}
</style>
background-color css
<style>
a { background-color: #36C7A6; }
a { background-color: rgb(54,199,166); }
div.DivClassName
{
background-color: #36C7A6;
}
.BgClassName
{
background-color: #36C7A6;
}
</style>
border-color css
<style>
span { border-color: #36C7A6; }
span { border-color: rgb(54,199,166); }
td.TdClassName
{
border-color: #36C7A6;
}
.TagClassName
{
border-color: #36C7A6;
}
</style>