Shades of Shamrock #36BDA0
Tints of Shamrock #36BDA0
RGB
CMYK
RGB Variations
Color information
#36BDA0 (or 0x36BDA0) is known color: Shamrock. HEX triplet: 36, BD and A0. RGB value is (54,189,160). Sum of RGB (Red+Green+Blue) = 54+189+160=403 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.40% from 403); Green value is 189 (74.22% from 255 or 46.90% from 403); Blue value is 160 (62.89% from 255 or 39.70% from 403); Max value from RGB is 189 - color contains mainly: green. Hex color #36BDA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36BDA0 is #C9425F. Grayscale: #919191. Windows color (decimal): -13189728 or 10534198. OLE color: 10534198.
HSL color Cylindrical-coordinate representation of color #36BDA0: hue angle of 167.11º 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 #36BDA0 is Cyan = 0.71, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 189 | 160 | - |
| CMYK | 0.71 | 0 | 0.15 | 0.26 |
| HSL | 167.11º | 0.56% | 0.48% | - |
| HSV(B) | 167.11º | 0.71% | 0.74% | - |
| XYZ | 26.06 | 39.72 | 39.55 | - |
| YUV | 145.33 | 136.27 | 62.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 189 | 160 | 0.71 | 0 | 0.15 | 0.26 | 167.11 | 0.56 | 0.48 |
| Hex | 36 | BD | A0 | 47 | 0 | F | 1A | A7 | 38 | 30 |
| Octal | 66 | 275 | 240 | 107 | 0 | 17 | 32 | 247 | 70 | 60 |
| Binary | 110110 | 10111101 | 10100000 | 1000111 | 0 | 1111 | 11010 | 10100111 | 111000 | 110000 |
Color Harmonies of #36BDA0
Complementary color
Monochromatic Colors of #36BDA0
Black with #36BDA0
Text Example
Text Example
White with #36BDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BDA0; }
p { color: rgb(54,189,160); }
H1.HeaderClassName
{
color: #36BDA0;
}
.AnyTagClassName
{
color: #36BDA0;
}
</style>
background-color css
<style>
a { background-color: #36BDA0; }
a { background-color: rgb(54,189,160); }
div.DivClassName
{
background-color: #36BDA0;
}
.BgClassName
{
background-color: #36BDA0;
}
</style>
border-color css
<style>
span { border-color: #36BDA0; }
span { border-color: rgb(54,189,160); }
td.TdClassName
{
border-color: #36BDA0;
}
.TagClassName
{
border-color: #36BDA0;
}
</style>