Shades of Shamrock #36CDAB
Tints of Shamrock #36CDAB
RGB
CMYK
RGB Variations
Color information
#36CDAB (or 0x36CDAB) is known color: Shamrock. HEX triplet: 36, CD and AB. RGB value is (54,205,171). Sum of RGB (Red+Green+Blue) = 54+205+171=430 (56% of max value = 765). Red value is 54 (21.48% from 255 or 12.56% from 430); Green value is 205 (80.47% from 255 or 47.67% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 205 - color contains mainly: green. Hex color #36CDAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36CDAB is #C93254. Grayscale: #9B9B9B. Windows color (decimal): -13185621 or 11259190. OLE color: 11259190.
HSL color Cylindrical-coordinate representation of color #36CDAB: hue angle of 166.49º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36CDAB is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 205 | 171 | - |
| CMYK | 0.74 | 0 | 0.17 | 0.20 |
| HSL | 166.49º | 0.6% | 0.51% | - |
| HSV(B) | 166.49º | 0.74% | 0.8% | - |
| XYZ | 30.7 | 47.39 | 46.06 | - |
| YUV | 155.98 | 136.47 | 55.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 205 | 171 | 0.74 | 0 | 0.17 | 0.20 | 166.49 | 0.6 | 0.51 |
| Hex | 36 | CD | AB | 4A | 0 | 11 | 14 | A6 | 3C | 33 |
| Octal | 66 | 315 | 253 | 112 | 0 | 21 | 24 | 246 | 74 | 63 |
| Binary | 110110 | 11001101 | 10101011 | 1001010 | 0 | 10001 | 10100 | 10100110 | 111100 | 110011 |
Color Harmonies of #36CDAB
Complementary color
Monochromatic Colors of #36CDAB
Black with #36CDAB
Text Example
Text Example
White with #36CDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CDAB; }
p { color: rgb(54,205,171); }
H1.HeaderClassName
{
color: #36CDAB;
}
.AnyTagClassName
{
color: #36CDAB;
}
</style>
background-color css
<style>
a { background-color: #36CDAB; }
a { background-color: rgb(54,205,171); }
div.DivClassName
{
background-color: #36CDAB;
}
.BgClassName
{
background-color: #36CDAB;
}
</style>
border-color css
<style>
span { border-color: #36CDAB; }
span { border-color: rgb(54,205,171); }
td.TdClassName
{
border-color: #36CDAB;
}
.TagClassName
{
border-color: #36CDAB;
}
</style>