Shades of Shamrock #32D7A5
Tints of Shamrock #32D7A5
RGB
CMYK
RGB Variations
Color information
#32D7A5 (or 0x32D7A5) is known color: Shamrock. HEX triplet: 32, D7 and A5. RGB value is (50,215,165). Sum of RGB (Red+Green+Blue) = 50+215+165=430 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.63% from 430); Green value is 215 (84.38% from 255 or 50% from 430); Blue value is 165 (64.84% from 255 or 38.37% from 430); Max value from RGB is 215 - color contains mainly: green. Hex color #32D7A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32D7A5 is #CD285A. Grayscale: #A0A0A0. Windows color (decimal): -13445211 or 10868530. OLE color: 10868530.
HSL color Cylindrical-coordinate representation of color #32D7A5: hue angle of 161.82º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32D7A5 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 215 | 165 | - |
| CMYK | 0.77 | 0 | 0.23 | 0.16 |
| HSL | 161.82º | 0.67% | 0.52% | - |
| HSV(B) | 161.82º | 0.77% | 0.84% | - |
| XYZ | 32.41 | 52 | 43.93 | - |
| YUV | 159.97 | 130.84 | 49.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 215 | 165 | 0.77 | 0 | 0.23 | 0.16 | 161.82 | 0.67 | 0.52 |
| Hex | 32 | D7 | A5 | 4D | 0 | 17 | 10 | A2 | 43 | 34 |
| Octal | 62 | 327 | 245 | 115 | 0 | 27 | 20 | 242 | 103 | 64 |
| Binary | 110010 | 11010111 | 10100101 | 1001101 | 0 | 10111 | 10000 | 10100010 | 1000011 | 110100 |
Color Harmonies of #32D7A5
Complementary color
Monochromatic Colors of #32D7A5
Black with #32D7A5
Text Example
Text Example
White with #32D7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D7A5; }
p { color: rgb(50,215,165); }
H1.HeaderClassName
{
color: #32D7A5;
}
.AnyTagClassName
{
color: #32D7A5;
}
</style>
background-color css
<style>
a { background-color: #32D7A5; }
a { background-color: rgb(50,215,165); }
div.DivClassName
{
background-color: #32D7A5;
}
.BgClassName
{
background-color: #32D7A5;
}
</style>
border-color css
<style>
span { border-color: #32D7A5; }
span { border-color: rgb(50,215,165); }
td.TdClassName
{
border-color: #32D7A5;
}
.TagClassName
{
border-color: #32D7A5;
}
</style>