Shades of Shamrock #36BA9D
Tints of Shamrock #36BA9D
RGB
CMYK
RGB Variations
Color information
#36BA9D (or 0x36BA9D) is known color: Shamrock. HEX triplet: 36, BA and 9D. RGB value is (54,186,157). Sum of RGB (Red+Green+Blue) = 54+186+157=397 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.60% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #36BA9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36BA9D is #C94562. Grayscale: #8F8F8F. Windows color (decimal): -13190499 or 10336822. OLE color: 10336822.
HSL color Cylindrical-coordinate representation of color #36BA9D: hue angle of 166.82º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #36BA9D is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 186 | 157 | - |
| CMYK | 0.71 | 0 | 0.16 | 0.27 |
| HSL | 166.82º | 0.55% | 0.47% | - |
| HSV(B) | 166.82º | 0.71% | 0.73% | - |
| XYZ | 25.17 | 38.34 | 37.97 | - |
| YUV | 143.23 | 135.77 | 64.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 186 | 157 | 0.71 | 0 | 0.16 | 0.27 | 166.82 | 0.55 | 0.47 |
| Hex | 36 | BA | 9D | 47 | 0 | 10 | 1B | A7 | 37 | 2F |
| Octal | 66 | 272 | 235 | 107 | 0 | 20 | 33 | 247 | 67 | 57 |
| Binary | 110110 | 10111010 | 10011101 | 1000111 | 0 | 10000 | 11011 | 10100111 | 110111 | 101111 |
Color Harmonies of #36BA9D
Complementary color
Monochromatic Colors of #36BA9D
Black with #36BA9D
Text Example
Text Example
White with #36BA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BA9D; }
p { color: rgb(54,186,157); }
H1.HeaderClassName
{
color: #36BA9D;
}
.AnyTagClassName
{
color: #36BA9D;
}
</style>
background-color css
<style>
a { background-color: #36BA9D; }
a { background-color: rgb(54,186,157); }
div.DivClassName
{
background-color: #36BA9D;
}
.BgClassName
{
background-color: #36BA9D;
}
</style>
border-color css
<style>
span { border-color: #36BA9D; }
span { border-color: rgb(54,186,157); }
td.TdClassName
{
border-color: #36BA9D;
}
.TagClassName
{
border-color: #36BA9D;
}
</style>