Shades of Shamrock #36DFAC
Tints of Shamrock #36DFAC
RGB
CMYK
RGB Variations
Color information
#36DFAC (or 0x36DFAC) is known color: Shamrock. HEX triplet: 36, DF and AC. RGB value is (54,223,172). Sum of RGB (Red+Green+Blue) = 54+223+172=449 (59% of max value = 765). Red value is 54 (21.48% from 255 or 12.03% from 449); Green value is 223 (87.5% from 255 or 49.67% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 223 - color contains mainly: green. Hex color #36DFAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36DFAC is #C92053. Grayscale: #A6A6A6. Windows color (decimal): -13181012 or 11329334. OLE color: 11329334.
HSL color Cylindrical-coordinate representation of color #36DFAC: hue angle of 161.89º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36DFAC is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 223 | 172 | - |
| CMYK | 0.76 | 0 | 0.23 | 0.13 |
| HSL | 161.89º | 0.73% | 0.54% | - |
| HSV(B) | 161.89º | 0.76% | 0.87% | - |
| XYZ | 35.36 | 56.54 | 48.08 | - |
| YUV | 166.66 | 131.01 | 47.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 223 | 172 | 0.76 | 0 | 0.23 | 0.13 | 161.89 | 0.73 | 0.54 |
| Hex | 36 | DF | AC | 4C | 0 | 17 | D | A2 | 49 | 36 |
| Octal | 66 | 337 | 254 | 114 | 0 | 27 | 15 | 242 | 111 | 66 |
| Binary | 110110 | 11011111 | 10101100 | 1001100 | 0 | 10111 | 1101 | 10100010 | 1001001 | 110110 |
Color Harmonies of #36DFAC
Complementary color
Monochromatic Colors of #36DFAC
Black with #36DFAC
Text Example
Text Example
White with #36DFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DFAC; }
p { color: rgb(54,223,172); }
H1.HeaderClassName
{
color: #36DFAC;
}
.AnyTagClassName
{
color: #36DFAC;
}
</style>
background-color css
<style>
a { background-color: #36DFAC; }
a { background-color: rgb(54,223,172); }
div.DivClassName
{
background-color: #36DFAC;
}
.BgClassName
{
background-color: #36DFAC;
}
</style>
border-color css
<style>
span { border-color: #36DFAC; }
span { border-color: rgb(54,223,172); }
td.TdClassName
{
border-color: #36DFAC;
}
.TagClassName
{
border-color: #36DFAC;
}
</style>