Shades of Shamrock #36CCAA
Tints of Shamrock #36CCAA
RGB
CMYK
RGB Variations
Color information
#36CCAA (or 0x36CCAA) is known color: Shamrock. HEX triplet: 36, CC and AA. RGB value is (54,204,170). Sum of RGB (Red+Green+Blue) = 54+204+170=428 (56% of max value = 765). Red value is 54 (21.48% from 255 or 12.62% from 428); Green value is 204 (80.08% from 255 or 47.66% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 204 - color contains mainly: green. Hex color #36CCAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36CCAA is #C93355. Grayscale: #9B9B9B. Windows color (decimal): -13185878 or 11193398. OLE color: 11193398.
HSL color Cylindrical-coordinate representation of color #36CCAA: hue angle of 166.4º 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 #36CCAA is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 204 | 170 | - |
| CMYK | 0.74 | 0 | 0.17 | 0.2 |
| HSL | 166.4º | 0.6% | 0.51% | - |
| HSV(B) | 166.4º | 0.74% | 0.8% | - |
| XYZ | 30.37 | 46.87 | 45.48 | - |
| YUV | 155.27 | 136.31 | 55.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 204 | 170 | 0.74 | 0 | 0.17 | 0.2 | 166.4 | 0.6 | 0.51 |
| Hex | 36 | CC | AA | 4A | 0 | 11 | 14 | A6 | 3C | 33 |
| Octal | 66 | 314 | 252 | 112 | 0 | 21 | 24 | 246 | 74 | 63 |
| Binary | 110110 | 11001100 | 10101010 | 1001010 | 0 | 10001 | 10100 | 10100110 | 111100 | 110011 |
Color Harmonies of #36CCAA
Complementary color
Monochromatic Colors of #36CCAA
Black with #36CCAA
Text Example
Text Example
White with #36CCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CCAA; }
p { color: rgb(54,204,170); }
H1.HeaderClassName
{
color: #36CCAA;
}
.AnyTagClassName
{
color: #36CCAA;
}
</style>
background-color css
<style>
a { background-color: #36CCAA; }
a { background-color: rgb(54,204,170); }
div.DivClassName
{
background-color: #36CCAA;
}
.BgClassName
{
background-color: #36CCAA;
}
</style>
border-color css
<style>
span { border-color: #36CCAA; }
span { border-color: rgb(54,204,170); }
td.TdClassName
{
border-color: #36CCAA;
}
.TagClassName
{
border-color: #36CCAA;
}
</style>