Shades of Shamrock #36D4AB
Tints of Shamrock #36D4AB
RGB
CMYK
RGB Variations
Color information
#36D4AB (or 0x36D4AB) is known color: Shamrock. HEX triplet: 36, D4 and AB. RGB value is (54,212,171). Sum of RGB (Red+Green+Blue) = 54+212+171=437 (57% of max value = 765). Red value is 54 (21.48% from 255 or 12.36% from 437); Green value is 212 (83.20% from 255 or 48.51% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 212 - color contains mainly: green. Hex color #36D4AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36D4AB is #C92B54. Grayscale: #A0A0A0. Windows color (decimal): -13183829 or 11260982. OLE color: 11260982.
HSL color Cylindrical-coordinate representation of color #36D4AB: hue angle of 164.43º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36D4AB is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 54 | 212 | 171 | - |
| CMYK | 0.75 | 0 | 0.19 | 0.17 |
| HSL | 164.43º | 0.65% | 0.52% | - |
| HSV(B) | 164.43º | 0.75% | 0.83% | - |
| XYZ | 32.42 | 50.81 | 46.63 | - |
| YUV | 160.08 | 134.15 | 52.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 212 | 171 | 0.75 | 0 | 0.19 | 0.17 | 164.43 | 0.65 | 0.52 |
| Hex | 36 | D4 | AB | 4B | 0 | 13 | 11 | A4 | 41 | 34 |
| Octal | 66 | 324 | 253 | 113 | 0 | 23 | 21 | 244 | 101 | 64 |
| Binary | 110110 | 11010100 | 10101011 | 1001011 | 0 | 10011 | 10001 | 10100100 | 1000001 | 110100 |
Color Harmonies of #36D4AB
Complementary color
Monochromatic Colors of #36D4AB
Black with #36D4AB
Text Example
Text Example
White with #36D4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D4AB; }
p { color: rgb(54,212,171); }
H1.HeaderClassName
{
color: #36D4AB;
}
.AnyTagClassName
{
color: #36D4AB;
}
</style>
background-color css
<style>
a { background-color: #36D4AB; }
a { background-color: rgb(54,212,171); }
div.DivClassName
{
background-color: #36D4AB;
}
.BgClassName
{
background-color: #36D4AB;
}
</style>
border-color css
<style>
span { border-color: #36D4AB; }
span { border-color: rgb(54,212,171); }
td.TdClassName
{
border-color: #36D4AB;
}
.TagClassName
{
border-color: #36D4AB;
}
</style>