Shades of Shamrock #36C9A6
Tints of Shamrock #36C9A6
RGB
CMYK
RGB Variations
Color information
#36C9A6 (or 0x36C9A6) is known color: Shamrock. HEX triplet: 36, C9 and A6. RGB value is (54,201,166). Sum of RGB (Red+Green+Blue) = 54+201+166=421 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.83% from 421); Green value is 201 (78.91% from 255 or 47.74% from 421); Blue value is 166 (65.23% from 255 or 39.43% from 421); Max value from RGB is 201 - color contains mainly: green. Hex color #36C9A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36C9A6 is #C93659. Grayscale: #999999. Windows color (decimal): -13186650 or 10930486. OLE color: 10930486.
HSL color Cylindrical-coordinate representation of color #36C9A6: hue angle of 165.71º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36C9A6 is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 54 | 201 | 166 | - |
| CMYK | 0.73 | 0 | 0.17 | 0.21 |
| HSL | 165.71º | 0.58% | 0.5% | - |
| HSV(B) | 165.71º | 0.73% | 0.79% | - |
| XYZ | 29.29 | 45.31 | 43.28 | - |
| YUV | 153.06 | 135.3 | 57.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 201 | 166 | 0.73 | 0 | 0.17 | 0.21 | 165.71 | 0.58 | 0.5 |
| Hex | 36 | C9 | A6 | 49 | 0 | 11 | 15 | A6 | 3A | 32 |
| Octal | 66 | 311 | 246 | 111 | 0 | 21 | 25 | 246 | 72 | 62 |
| Binary | 110110 | 11001001 | 10100110 | 1001001 | 0 | 10001 | 10101 | 10100110 | 111010 | 110010 |
Color Harmonies of #36C9A6
Complementary color
Monochromatic Colors of #36C9A6
Black with #36C9A6
Text Example
Text Example
White with #36C9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C9A6; }
p { color: rgb(54,201,166); }
H1.HeaderClassName
{
color: #36C9A6;
}
.AnyTagClassName
{
color: #36C9A6;
}
</style>
background-color css
<style>
a { background-color: #36C9A6; }
a { background-color: rgb(54,201,166); }
div.DivClassName
{
background-color: #36C9A6;
}
.BgClassName
{
background-color: #36C9A6;
}
</style>
border-color css
<style>
span { border-color: #36C9A6; }
span { border-color: rgb(54,201,166); }
td.TdClassName
{
border-color: #36C9A6;
}
.TagClassName
{
border-color: #36C9A6;
}
</style>