Shades of Shamrock #36BC9A
Tints of Shamrock #36BC9A
RGB
CMYK
RGB Variations
Color information
#36BC9A (or 0x36BC9A) is known color: Shamrock. HEX triplet: 36, BC and 9A. RGB value is (54,188,154). Sum of RGB (Red+Green+Blue) = 54+188+154=396 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.64% from 396); Green value is 188 (73.83% from 255 or 47.47% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 188 - color contains mainly: green. Hex color #36BC9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36BC9A is #C94365. Grayscale: #909090. Windows color (decimal): -13189990 or 10140726. OLE color: 10140726.
HSL color Cylindrical-coordinate representation of color #36BC9A: hue angle of 164.78º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #36BC9A is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 188 | 154 | - |
| CMYK | 0.71 | 0 | 0.18 | 0.26 |
| HSL | 164.78º | 0.55% | 0.47% | - |
| HSV(B) | 164.78º | 0.71% | 0.74% | - |
| XYZ | 25.34 | 39.08 | 36.78 | - |
| YUV | 144.06 | 133.61 | 63.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 188 | 154 | 0.71 | 0 | 0.18 | 0.26 | 164.78 | 0.55 | 0.47 |
| Hex | 36 | BC | 9A | 47 | 0 | 12 | 1A | A5 | 37 | 2F |
| Octal | 66 | 274 | 232 | 107 | 0 | 22 | 32 | 245 | 67 | 57 |
| Binary | 110110 | 10111100 | 10011010 | 1000111 | 0 | 10010 | 11010 | 10100101 | 110111 | 101111 |
Color Harmonies of #36BC9A
Complementary color
Monochromatic Colors of #36BC9A
Black with #36BC9A
Text Example
Text Example
White with #36BC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BC9A; }
p { color: rgb(54,188,154); }
H1.HeaderClassName
{
color: #36BC9A;
}
.AnyTagClassName
{
color: #36BC9A;
}
</style>
background-color css
<style>
a { background-color: #36BC9A; }
a { background-color: rgb(54,188,154); }
div.DivClassName
{
background-color: #36BC9A;
}
.BgClassName
{
background-color: #36BC9A;
}
</style>
border-color css
<style>
span { border-color: #36BC9A; }
span { border-color: rgb(54,188,154); }
td.TdClassName
{
border-color: #36BC9A;
}
.TagClassName
{
border-color: #36BC9A;
}
</style>