Shades of Shamrock #36C2AC
Tints of Shamrock #36C2AC
RGB
CMYK
RGB Variations
Color information
#36C2AC (or 0x36C2AC) is known color: Shamrock. HEX triplet: 36, C2 and AC. RGB value is (54,194,172). Sum of RGB (Red+Green+Blue) = 54+194+172=420 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.86% from 420); Green value is 194 (76.17% from 255 or 46.19% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 194 - color contains mainly: green. Hex color #36C2AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36C2AC is #C93D53. Grayscale: #959595. Windows color (decimal): -13188436 or 11321910. OLE color: 11321910.
HSL color Cylindrical-coordinate representation of color #36C2AC: hue angle of 170.57º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36C2AC is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 194 | 172 | - |
| CMYK | 0.72 | 0 | 0.11 | 0.24 |
| HSL | 170.57º | 0.56% | 0.49% | - |
| HSV(B) | 170.57º | 0.72% | 0.76% | - |
| XYZ | 28.26 | 42.35 | 45.71 | - |
| YUV | 149.63 | 140.62 | 59.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 194 | 172 | 0.72 | 0 | 0.11 | 0.24 | 170.57 | 0.56 | 0.49 |
| Hex | 36 | C2 | AC | 48 | 0 | B | 18 | AB | 38 | 31 |
| Octal | 66 | 302 | 254 | 110 | 0 | 13 | 30 | 253 | 70 | 61 |
| Binary | 110110 | 11000010 | 10101100 | 1001000 | 0 | 1011 | 11000 | 10101011 | 111000 | 110001 |
Color Harmonies of #36C2AC
Complementary color
Monochromatic Colors of #36C2AC
Black with #36C2AC
Text Example
Text Example
White with #36C2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C2AC; }
p { color: rgb(54,194,172); }
H1.HeaderClassName
{
color: #36C2AC;
}
.AnyTagClassName
{
color: #36C2AC;
}
</style>
background-color css
<style>
a { background-color: #36C2AC; }
a { background-color: rgb(54,194,172); }
div.DivClassName
{
background-color: #36C2AC;
}
.BgClassName
{
background-color: #36C2AC;
}
</style>
border-color css
<style>
span { border-color: #36C2AC; }
span { border-color: rgb(54,194,172); }
td.TdClassName
{
border-color: #36C2AC;
}
.TagClassName
{
border-color: #36C2AC;
}
</style>