Shades of Shamrock #36D8AA
Tints of Shamrock #36D8AA
RGB
CMYK
RGB Variations
Color information
#36D8AA (or 0x36D8AA) is known color: Shamrock. HEX triplet: 36, D8 and AA. RGB value is (54,216,170). Sum of RGB (Red+Green+Blue) = 54+216+170=440 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.27% from 440); Green value is 216 (84.77% from 255 or 49.09% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 216 - color contains mainly: green. Hex color #36D8AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36D8AA is #C92755. Grayscale: #A2A2A2. Windows color (decimal): -13182806 or 11196470. OLE color: 11196470.
HSL color Cylindrical-coordinate representation of color #36D8AA: hue angle of 162.96º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36D8AA is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 54 | 216 | 170 | - |
| CMYK | 0.75 | 0 | 0.21 | 0.15 |
| HSL | 162.96º | 0.68% | 0.53% | - |
| HSV(B) | 162.96º | 0.75% | 0.85% | - |
| XYZ | 33.33 | 52.8 | 46.46 | - |
| YUV | 162.32 | 132.33 | 50.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 216 | 170 | 0.75 | 0 | 0.21 | 0.15 | 162.96 | 0.68 | 0.53 |
| Hex | 36 | D8 | AA | 4B | 0 | 15 | F | A3 | 44 | 35 |
| Octal | 66 | 330 | 252 | 113 | 0 | 25 | 17 | 243 | 104 | 65 |
| Binary | 110110 | 11011000 | 10101010 | 1001011 | 0 | 10101 | 1111 | 10100011 | 1000100 | 110101 |
Color Harmonies of #36D8AA
Complementary color
Monochromatic Colors of #36D8AA
Black with #36D8AA
Text Example
Text Example
White with #36D8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D8AA; }
p { color: rgb(54,216,170); }
H1.HeaderClassName
{
color: #36D8AA;
}
.AnyTagClassName
{
color: #36D8AA;
}
</style>
background-color css
<style>
a { background-color: #36D8AA; }
a { background-color: rgb(54,216,170); }
div.DivClassName
{
background-color: #36D8AA;
}
.BgClassName
{
background-color: #36D8AA;
}
</style>
border-color css
<style>
span { border-color: #36D8AA; }
span { border-color: rgb(54,216,170); }
td.TdClassName
{
border-color: #36D8AA;
}
.TagClassName
{
border-color: #36D8AA;
}
</style>