Shades of Shamrock #36BD88
Tints of Shamrock #36BD88
RGB
CMYK
RGB Variations
Color information
#36BD88 (or 0x36BD88) is known color: Shamrock. HEX triplet: 36, BD and 88. RGB value is (54,189,136). Sum of RGB (Red+Green+Blue) = 54+189+136=379 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.25% from 379); Green value is 189 (74.22% from 255 or 49.87% from 379); Blue value is 136 (53.52% from 255 or 35.88% from 379); Max value from RGB is 189 - color contains mainly: green. Hex color #36BD88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36BD88 is #C94277. Grayscale: #8E8E8E. Windows color (decimal): -13189752 or 8961334. OLE color: 8961334.
HSL color Cylindrical-coordinate representation of color #36BD88: hue angle of 156.44º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #36BD88 is Cyan = 0.71, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 189 | 136 | - |
| CMYK | 0.71 | 0 | 0.28 | 0.26 |
| HSL | 156.44º | 0.56% | 0.48% | - |
| HSV(B) | 156.44º | 0.71% | 0.74% | - |
| XYZ | 24.16 | 38.96 | 29.54 | - |
| YUV | 142.59 | 124.27 | 64.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 189 | 136 | 0.71 | 0 | 0.28 | 0.26 | 156.44 | 0.56 | 0.48 |
| Hex | 36 | BD | 88 | 47 | 0 | 1C | 1A | 9C | 38 | 30 |
| Octal | 66 | 275 | 210 | 107 | 0 | 34 | 32 | 234 | 70 | 60 |
| Binary | 110110 | 10111101 | 10001000 | 1000111 | 0 | 11100 | 11010 | 10011100 | 111000 | 110000 |
Color Harmonies of #36BD88
Complementary color
Monochromatic Colors of #36BD88
Black with #36BD88
Text Example
Text Example
White with #36BD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BD88; }
p { color: rgb(54,189,136); }
H1.HeaderClassName
{
color: #36BD88;
}
.AnyTagClassName
{
color: #36BD88;
}
</style>
background-color css
<style>
a { background-color: #36BD88; }
a { background-color: rgb(54,189,136); }
div.DivClassName
{
background-color: #36BD88;
}
.BgClassName
{
background-color: #36BD88;
}
</style>
border-color css
<style>
span { border-color: #36BD88; }
span { border-color: rgb(54,189,136); }
td.TdClassName
{
border-color: #36BD88;
}
.TagClassName
{
border-color: #36BD88;
}
</style>