Shades of Shamrock #36CFA8
Tints of Shamrock #36CFA8
RGB
CMYK
RGB Variations
Color information
#36CFA8 (or 0x36CFA8) is known color: Shamrock. HEX triplet: 36, CF and A8. RGB value is (54,207,168). Sum of RGB (Red+Green+Blue) = 54+207+168=429 (56% of max value = 765). Red value is 54 (21.48% from 255 or 12.59% from 429); Green value is 207 (81.25% from 255 or 48.25% from 429); Blue value is 168 (66.02% from 255 or 39.16% from 429); Max value from RGB is 207 - color contains mainly: green. Hex color #36CFA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36CFA8 is #C93057. Grayscale: #9C9C9C. Windows color (decimal): -13185112 or 11063094. OLE color: 11063094.
HSL color Cylindrical-coordinate representation of color #36CFA8: hue angle of 164.71º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36CFA8 is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 207 | 168 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.19 |
| HSL | 164.71º | 0.61% | 0.51% | - |
| HSV(B) | 164.71º | 0.74% | 0.81% | - |
| XYZ | 30.9 | 48.24 | 44.73 | - |
| YUV | 156.81 | 134.31 | 54.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 207 | 168 | 0.74 | 0 | 0.19 | 0.19 | 164.71 | 0.61 | 0.51 |
| Hex | 36 | CF | A8 | 4A | 0 | 13 | 13 | A5 | 3D | 33 |
| Octal | 66 | 317 | 250 | 112 | 0 | 23 | 23 | 245 | 75 | 63 |
| Binary | 110110 | 11001111 | 10101000 | 1001010 | 0 | 10011 | 10011 | 10100101 | 111101 | 110011 |
Color Harmonies of #36CFA8
Complementary color
Monochromatic Colors of #36CFA8
Black with #36CFA8
Text Example
Text Example
White with #36CFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CFA8; }
p { color: rgb(54,207,168); }
H1.HeaderClassName
{
color: #36CFA8;
}
.AnyTagClassName
{
color: #36CFA8;
}
</style>
background-color css
<style>
a { background-color: #36CFA8; }
a { background-color: rgb(54,207,168); }
div.DivClassName
{
background-color: #36CFA8;
}
.BgClassName
{
background-color: #36CFA8;
}
</style>
border-color css
<style>
span { border-color: #36CFA8; }
span { border-color: rgb(54,207,168); }
td.TdClassName
{
border-color: #36CFA8;
}
.TagClassName
{
border-color: #36CFA8;
}
</style>