Shades of Shamrock #36CFAF
Tints of Shamrock #36CFAF
RGB
CMYK
RGB Variations
Color information
#36CFAF (or 0x36CFAF) is known color: Shamrock. HEX triplet: 36, CF and AF. RGB value is (54,207,175). Sum of RGB (Red+Green+Blue) = 54+207+175=436 (57% of max value = 765). Red value is 54 (21.48% from 255 or 12.39% from 436); Green value is 207 (81.25% from 255 or 47.48% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 207 - color contains mainly: green. Hex color #36CFAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36CFAF is #C93050. Grayscale: #9D9D9D. Windows color (decimal): -13185105 or 11521846. OLE color: 11521846.
HSL color Cylindrical-coordinate representation of color #36CFAF: hue angle of 167.45º 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 #36CFAF is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 207 | 175 | - |
| CMYK | 0.74 | 0 | 0.15 | 0.19 |
| HSL | 167.45º | 0.61% | 0.51% | - |
| HSV(B) | 167.45º | 0.74% | 0.81% | - |
| XYZ | 31.57 | 48.51 | 48.26 | - |
| YUV | 157.61 | 137.81 | 54.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 207 | 175 | 0.74 | 0 | 0.15 | 0.19 | 167.45 | 0.61 | 0.51 |
| Hex | 36 | CF | AF | 4A | 0 | F | 13 | A7 | 3D | 33 |
| Octal | 66 | 317 | 257 | 112 | 0 | 17 | 23 | 247 | 75 | 63 |
| Binary | 110110 | 11001111 | 10101111 | 1001010 | 0 | 1111 | 10011 | 10100111 | 111101 | 110011 |
Color Harmonies of #36CFAF
Complementary color
Monochromatic Colors of #36CFAF
Black with #36CFAF
Text Example
Text Example
White with #36CFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CFAF; }
p { color: rgb(54,207,175); }
H1.HeaderClassName
{
color: #36CFAF;
}
.AnyTagClassName
{
color: #36CFAF;
}
</style>
background-color css
<style>
a { background-color: #36CFAF; }
a { background-color: rgb(54,207,175); }
div.DivClassName
{
background-color: #36CFAF;
}
.BgClassName
{
background-color: #36CFAF;
}
</style>
border-color css
<style>
span { border-color: #36CFAF; }
span { border-color: rgb(54,207,175); }
td.TdClassName
{
border-color: #36CFAF;
}
.TagClassName
{
border-color: #36CFAF;
}
</style>