Shades of Shamrock #36C3AF
Tints of Shamrock #36C3AF
RGB
CMYK
RGB Variations
Color information
#36C3AF (or 0x36C3AF) is known color: Shamrock. HEX triplet: 36, C3 and AF. RGB value is (54,195,175). Sum of RGB (Red+Green+Blue) = 54+195+175=424 (56% of max value = 765). Red value is 54 (21.48% from 255 or 12.74% from 424); Green value is 195 (76.56% from 255 or 45.99% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 195 - color contains mainly: green. Hex color #36C3AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36C3AF is #C93C50. Grayscale: #969696. Windows color (decimal): -13188177 or 11518774. OLE color: 11518774.
HSL color Cylindrical-coordinate representation of color #36C3AF: hue angle of 171.49º degrees, saturation: 0.57, 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 #36C3AF is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 195 | 175 | - |
| CMYK | 0.72 | 0 | 0.10 | 0.24 |
| HSL | 171.49º | 0.57% | 0.49% | - |
| HSV(B) | 171.49º | 0.72% | 0.76% | - |
| XYZ | 28.77 | 42.91 | 47.32 | - |
| YUV | 150.56 | 141.79 | 59.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 195 | 175 | 0.72 | 0 | 0.10 | 0.24 | 171.49 | 0.57 | 0.49 |
| Hex | 36 | C3 | AF | 48 | 0 | A | 18 | AB | 39 | 31 |
| Octal | 66 | 303 | 257 | 110 | 0 | 12 | 30 | 253 | 71 | 61 |
| Binary | 110110 | 11000011 | 10101111 | 1001000 | 0 | 1010 | 11000 | 10101011 | 111001 | 110001 |
Color Harmonies of #36C3AF
Complementary color
Monochromatic Colors of #36C3AF
Black with #36C3AF
Text Example
Text Example
White with #36C3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C3AF; }
p { color: rgb(54,195,175); }
H1.HeaderClassName
{
color: #36C3AF;
}
.AnyTagClassName
{
color: #36C3AF;
}
</style>
background-color css
<style>
a { background-color: #36C3AF; }
a { background-color: rgb(54,195,175); }
div.DivClassName
{
background-color: #36C3AF;
}
.BgClassName
{
background-color: #36C3AF;
}
</style>
border-color css
<style>
span { border-color: #36C3AF; }
span { border-color: rgb(54,195,175); }
td.TdClassName
{
border-color: #36C3AF;
}
.TagClassName
{
border-color: #36C3AF;
}
</style>