Shades of Shamrock #32CA9D
Tints of Shamrock #32CA9D
RGB
CMYK
RGB Variations
Color information
#32CA9D (or 0x32CA9D) is known color: Shamrock. HEX triplet: 32, CA and 9D. RGB value is (50,202,157). Sum of RGB (Red+Green+Blue) = 50+202+157=409 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.22% from 409); Green value is 202 (79.30% from 255 or 49.39% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 202 - color contains mainly: green. Hex color #32CA9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32CA9D is #CD3562. Grayscale: #979797. Windows color (decimal): -13448547 or 10340914. OLE color: 10340914.
HSL color Cylindrical-coordinate representation of color #32CA9D: hue angle of 162.24º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32CA9D is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 202 | 157 | - |
| CMYK | 0.75 | 0 | 0.22 | 0.21 |
| HSL | 162.24º | 0.6% | 0.49% | - |
| HSV(B) | 162.24º | 0.75% | 0.79% | - |
| XYZ | 28.52 | 45.35 | 39.15 | - |
| YUV | 151.42 | 131.14 | 55.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 202 | 157 | 0.75 | 0 | 0.22 | 0.21 | 162.24 | 0.6 | 0.49 |
| Hex | 32 | CA | 9D | 4B | 0 | 16 | 15 | A2 | 3C | 31 |
| Octal | 62 | 312 | 235 | 113 | 0 | 26 | 25 | 242 | 74 | 61 |
| Binary | 110010 | 11001010 | 10011101 | 1001011 | 0 | 10110 | 10101 | 10100010 | 111100 | 110001 |
Color Harmonies of #32CA9D
Complementary color
Monochromatic Colors of #32CA9D
Black with #32CA9D
Text Example
Text Example
White with #32CA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CA9D; }
p { color: rgb(50,202,157); }
H1.HeaderClassName
{
color: #32CA9D;
}
.AnyTagClassName
{
color: #32CA9D;
}
</style>
background-color css
<style>
a { background-color: #32CA9D; }
a { background-color: rgb(50,202,157); }
div.DivClassName
{
background-color: #32CA9D;
}
.BgClassName
{
background-color: #32CA9D;
}
</style>
border-color css
<style>
span { border-color: #32CA9D; }
span { border-color: rgb(50,202,157); }
td.TdClassName
{
border-color: #32CA9D;
}
.TagClassName
{
border-color: #32CA9D;
}
</style>