Shades of Shamrock #32C7A5
Tints of Shamrock #32C7A5
RGB
CMYK
RGB Variations
Color information
#32C7A5 (or 0x32C7A5) is known color: Shamrock. HEX triplet: 32, C7 and A5. RGB value is (50,199,165). Sum of RGB (Red+Green+Blue) = 50+199+165=414 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.08% from 414); Green value is 199 (78.12% from 255 or 48.07% from 414); Blue value is 165 (64.84% from 255 or 39.86% from 414); Max value from RGB is 199 - color contains mainly: green. Hex color #32C7A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32C7A5 is #CD385A. Grayscale: #969696. Windows color (decimal): -13449307 or 10864434. OLE color: 10864434.
HSL color Cylindrical-coordinate representation of color #32C7A5: hue angle of 166.31º 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 #32C7A5 is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 50 | 199 | 165 | - |
| CMYK | 0.75 | 0 | 0.17 | 0.22 |
| HSL | 166.31º | 0.6% | 0.49% | - |
| HSV(B) | 166.31º | 0.75% | 0.78% | - |
| XYZ | 28.53 | 44.24 | 42.63 | - |
| YUV | 150.57 | 136.14 | 56.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 199 | 165 | 0.75 | 0 | 0.17 | 0.22 | 166.31 | 0.6 | 0.49 |
| Hex | 32 | C7 | A5 | 4B | 0 | 11 | 16 | A6 | 3C | 31 |
| Octal | 62 | 307 | 245 | 113 | 0 | 21 | 26 | 246 | 74 | 61 |
| Binary | 110010 | 11000111 | 10100101 | 1001011 | 0 | 10001 | 10110 | 10100110 | 111100 | 110001 |
Color Harmonies of #32C7A5
Complementary color
Monochromatic Colors of #32C7A5
Black with #32C7A5
Text Example
Text Example
White with #32C7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C7A5; }
p { color: rgb(50,199,165); }
H1.HeaderClassName
{
color: #32C7A5;
}
.AnyTagClassName
{
color: #32C7A5;
}
</style>
background-color css
<style>
a { background-color: #32C7A5; }
a { background-color: rgb(50,199,165); }
div.DivClassName
{
background-color: #32C7A5;
}
.BgClassName
{
background-color: #32C7A5;
}
</style>
border-color css
<style>
span { border-color: #32C7A5; }
span { border-color: rgb(50,199,165); }
td.TdClassName
{
border-color: #32C7A5;
}
.TagClassName
{
border-color: #32C7A5;
}
</style>