Shades of Shamrock #36EBA1
Tints of Shamrock #36EBA1
RGB
CMYK
RGB Variations
Color information
#36EBA1 (or 0x36EBA1) is known color: Shamrock. HEX triplet: 36, EB and A1. RGB value is (54,235,161). Sum of RGB (Red+Green+Blue) = 54+235+161=450 (59% of max value = 765). Red value is 54 (21.48% from 255 or 12% from 450); Green value is 235 (92.19% from 255 or 52.22% from 450); Blue value is 161 (63.28% from 255 or 35.78% from 450); Max value from RGB is 235 - color contains mainly: green. Hex color #36EBA1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #36EBA1 is #C9145E. Grayscale: #ACACAC. Windows color (decimal): -13177951 or 10611510. OLE color: 10611510.
HSL color Cylindrical-coordinate representation of color #36EBA1: hue angle of 155.47º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36EBA1 is Cyan = 0.77, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 54 | 235 | 161 | - |
| CMYK | 0.77 | 0 | 0.31 | 0.08 |
| HSL | 155.47º | 0.82% | 0.57% | - |
| HSV(B) | 155.47º | 0.77% | 0.92% | - |
| XYZ | 37.66 | 62.77 | 43.85 | - |
| YUV | 172.45 | 121.53 | 43.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 235 | 161 | 0.77 | 0 | 0.31 | 0.08 | 155.47 | 0.82 | 0.57 |
| Hex | 36 | EB | A1 | 4D | 0 | 1F | 8 | 9B | 52 | 39 |
| Octal | 66 | 353 | 241 | 115 | 0 | 37 | 10 | 233 | 122 | 71 |
| Binary | 110110 | 11101011 | 10100001 | 1001101 | 0 | 11111 | 1000 | 10011011 | 1010010 | 111001 |
Color Harmonies of #36EBA1
Complementary color
Monochromatic Colors of #36EBA1
Black with #36EBA1
Text Example
Text Example
White with #36EBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36EBA1; }
p { color: rgb(54,235,161); }
H1.HeaderClassName
{
color: #36EBA1;
}
.AnyTagClassName
{
color: #36EBA1;
}
</style>
background-color css
<style>
a { background-color: #36EBA1; }
a { background-color: rgb(54,235,161); }
div.DivClassName
{
background-color: #36EBA1;
}
.BgClassName
{
background-color: #36EBA1;
}
</style>
border-color css
<style>
span { border-color: #36EBA1; }
span { border-color: rgb(54,235,161); }
td.TdClassName
{
border-color: #36EBA1;
}
.TagClassName
{
border-color: #36EBA1;
}
</style>