Shades of Shamrock #32D69F
Tints of Shamrock #32D69F
RGB
CMYK
RGB Variations
Color information
#32D69F (or 0x32D69F) is known color: Shamrock. HEX triplet: 32, D6 and 9F. RGB value is (50,214,159). Sum of RGB (Red+Green+Blue) = 50+214+159=423 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.82% from 423); Green value is 214 (83.98% from 255 or 50.59% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 214 - color contains mainly: green. Hex color #32D69F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32D69F is #CD2960. Grayscale: #9E9E9E. Windows color (decimal): -13445473 or 10475058. OLE color: 10475058.
HSL color Cylindrical-coordinate representation of color #32D69F: hue angle of 159.88º 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 #32D69F is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 214 | 159 | - |
| CMYK | 0.77 | 0 | 0.26 | 0.16 |
| HSL | 159.88º | 0.67% | 0.52% | - |
| HSV(B) | 159.88º | 0.77% | 0.84% | - |
| XYZ | 31.62 | 51.27 | 41.03 | - |
| YUV | 158.69 | 128.17 | 50.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 214 | 159 | 0.77 | 0 | 0.26 | 0.16 | 159.88 | 0.67 | 0.52 |
| Hex | 32 | D6 | 9F | 4D | 0 | 1A | 10 | A0 | 43 | 34 |
| Octal | 62 | 326 | 237 | 115 | 0 | 32 | 20 | 240 | 103 | 64 |
| Binary | 110010 | 11010110 | 10011111 | 1001101 | 0 | 11010 | 10000 | 10100000 | 1000011 | 110100 |
Color Harmonies of #32D69F
Complementary color
Monochromatic Colors of #32D69F
Black with #32D69F
Text Example
Text Example
White with #32D69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D69F; }
p { color: rgb(50,214,159); }
H1.HeaderClassName
{
color: #32D69F;
}
.AnyTagClassName
{
color: #32D69F;
}
</style>
background-color css
<style>
a { background-color: #32D69F; }
a { background-color: rgb(50,214,159); }
div.DivClassName
{
background-color: #32D69F;
}
.BgClassName
{
background-color: #32D69F;
}
</style>
border-color css
<style>
span { border-color: #32D69F; }
span { border-color: rgb(50,214,159); }
td.TdClassName
{
border-color: #32D69F;
}
.TagClassName
{
border-color: #32D69F;
}
</style>