Shades of Shamrock #36BEA0
Tints of Shamrock #36BEA0
RGB
CMYK
RGB Variations
Color information
#36BEA0 (or 0x36BEA0) is known color: Shamrock. HEX triplet: 36, BE and A0. RGB value is (54,190,160). Sum of RGB (Red+Green+Blue) = 54+190+160=404 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.37% from 404); Green value is 190 (74.61% from 255 or 47.03% from 404); Blue value is 160 (62.89% from 255 or 39.60% from 404); Max value from RGB is 190 - color contains mainly: green. Hex color #36BEA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36BEA0 is #C9415F. Grayscale: #919191. Windows color (decimal): -13189472 or 10534454. OLE color: 10534454.
HSL color Cylindrical-coordinate representation of color #36BEA0: hue angle of 166.76º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36BEA0 is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 190 | 160 | - |
| CMYK | 0.72 | 0 | 0.16 | 0.25 |
| HSL | 166.76º | 0.56% | 0.48% | - |
| HSV(B) | 166.76º | 0.72% | 0.75% | - |
| XYZ | 26.28 | 40.15 | 39.62 | - |
| YUV | 145.92 | 135.94 | 62.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 190 | 160 | 0.72 | 0 | 0.16 | 0.25 | 166.76 | 0.56 | 0.48 |
| Hex | 36 | BE | A0 | 48 | 0 | 10 | 19 | A7 | 38 | 30 |
| Octal | 66 | 276 | 240 | 110 | 0 | 20 | 31 | 247 | 70 | 60 |
| Binary | 110110 | 10111110 | 10100000 | 1001000 | 0 | 10000 | 11001 | 10100111 | 111000 | 110000 |
Color Harmonies of #36BEA0
Complementary color
Monochromatic Colors of #36BEA0
Black with #36BEA0
Text Example
Text Example
White with #36BEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BEA0; }
p { color: rgb(54,190,160); }
H1.HeaderClassName
{
color: #36BEA0;
}
.AnyTagClassName
{
color: #36BEA0;
}
</style>
background-color css
<style>
a { background-color: #36BEA0; }
a { background-color: rgb(54,190,160); }
div.DivClassName
{
background-color: #36BEA0;
}
.BgClassName
{
background-color: #36BEA0;
}
</style>
border-color css
<style>
span { border-color: #36BEA0; }
span { border-color: rgb(54,190,160); }
td.TdClassName
{
border-color: #36BEA0;
}
.TagClassName
{
border-color: #36BEA0;
}
</style>