Shades of Shamrock #36C2AB
Tints of Shamrock #36C2AB
RGB
CMYK
RGB Variations
Color information
#36C2AB (or 0x36C2AB) is known color: Shamrock. HEX triplet: 36, C2 and AB. RGB value is (54,194,171). Sum of RGB (Red+Green+Blue) = 54+194+171=419 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.89% from 419); Green value is 194 (76.17% from 255 or 46.30% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 194 - color contains mainly: green. Hex color #36C2AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36C2AB is #C93D54. Grayscale: #959595. Windows color (decimal): -13188437 or 11256374. OLE color: 11256374.
HSL color Cylindrical-coordinate representation of color #36C2AB: hue angle of 170.14º 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 #36C2AB is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 194 | 171 | - |
| CMYK | 0.72 | 0 | 0.12 | 0.24 |
| HSL | 170.14º | 0.56% | 0.49% | - |
| HSV(B) | 170.14º | 0.72% | 0.76% | - |
| XYZ | 28.16 | 42.31 | 45.21 | - |
| YUV | 149.52 | 140.12 | 59.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 194 | 171 | 0.72 | 0 | 0.12 | 0.24 | 170.14 | 0.56 | 0.49 |
| Hex | 36 | C2 | AB | 48 | 0 | C | 18 | AA | 38 | 31 |
| Octal | 66 | 302 | 253 | 110 | 0 | 14 | 30 | 252 | 70 | 61 |
| Binary | 110110 | 11000010 | 10101011 | 1001000 | 0 | 1100 | 11000 | 10101010 | 111000 | 110001 |
Color Harmonies of #36C2AB
Complementary color
Monochromatic Colors of #36C2AB
Black with #36C2AB
Text Example
Text Example
White with #36C2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C2AB; }
p { color: rgb(54,194,171); }
H1.HeaderClassName
{
color: #36C2AB;
}
.AnyTagClassName
{
color: #36C2AB;
}
</style>
background-color css
<style>
a { background-color: #36C2AB; }
a { background-color: rgb(54,194,171); }
div.DivClassName
{
background-color: #36C2AB;
}
.BgClassName
{
background-color: #36C2AB;
}
</style>
border-color css
<style>
span { border-color: #36C2AB; }
span { border-color: rgb(54,194,171); }
td.TdClassName
{
border-color: #36C2AB;
}
.TagClassName
{
border-color: #36C2AB;
}
</style>