Shades of Shamrock #32C8A7
Tints of Shamrock #32C8A7
RGB
CMYK
RGB Variations
Color information
#32C8A7 (or 0x32C8A7) is known color: Shamrock. HEX triplet: 32, C8 and A7. RGB value is (50,200,167). Sum of RGB (Red+Green+Blue) = 50+200+167=417 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.99% from 417); Green value is 200 (78.52% from 255 or 47.96% from 417); Blue value is 167 (65.62% from 255 or 40.05% from 417); Max value from RGB is 200 - color contains mainly: green. Hex color #32C8A7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32C8A7 is #CD3758. Grayscale: #979797. Windows color (decimal): -13449049 or 10995762. OLE color: 10995762.
HSL color Cylindrical-coordinate representation of color #32C8A7: hue angle of 166.8º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32C8A7 is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 50 | 200 | 167 | - |
| CMYK | 0.75 | 0 | 0.16 | 0.22 |
| HSL | 166.8º | 0.6% | 0.49% | - |
| HSV(B) | 166.8º | 0.75% | 0.78% | - |
| XYZ | 28.94 | 44.78 | 43.68 | - |
| YUV | 151.39 | 136.81 | 55.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 200 | 167 | 0.75 | 0 | 0.16 | 0.22 | 166.8 | 0.6 | 0.49 |
| Hex | 32 | C8 | A7 | 4B | 0 | 10 | 16 | A7 | 3C | 31 |
| Octal | 62 | 310 | 247 | 113 | 0 | 20 | 26 | 247 | 74 | 61 |
| Binary | 110010 | 11001000 | 10100111 | 1001011 | 0 | 10000 | 10110 | 10100111 | 111100 | 110001 |
Color Harmonies of #32C8A7
Complementary color
Monochromatic Colors of #32C8A7
Black with #32C8A7
Text Example
Text Example
White with #32C8A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C8A7; }
p { color: rgb(50,200,167); }
H1.HeaderClassName
{
color: #32C8A7;
}
.AnyTagClassName
{
color: #32C8A7;
}
</style>
background-color css
<style>
a { background-color: #32C8A7; }
a { background-color: rgb(50,200,167); }
div.DivClassName
{
background-color: #32C8A7;
}
.BgClassName
{
background-color: #32C8A7;
}
</style>
border-color css
<style>
span { border-color: #32C8A7; }
span { border-color: rgb(50,200,167); }
td.TdClassName
{
border-color: #32C8A7;
}
.TagClassName
{
border-color: #32C8A7;
}
</style>