Shades of Shamrock #32C693
Tints of Shamrock #32C693
RGB
CMYK
RGB Variations
Color information
#32C693 (or 0x32C693) is known color: Shamrock. HEX triplet: 32, C6 and 93. RGB value is (50,198,147). Sum of RGB (Red+Green+Blue) = 50+198+147=395 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.66% from 395); Green value is 198 (77.73% from 255 or 50.13% from 395); Blue value is 147 (57.81% from 255 or 37.22% from 395); Max value from RGB is 198 - color contains mainly: green. Hex color #32C693 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32C693 is #CD396C. Grayscale: #939393. Windows color (decimal): -13449581 or 9684530. OLE color: 9684530.
HSL color Cylindrical-coordinate representation of color #32C693: hue angle of 159.32º 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 #32C693 is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 50 | 198 | 147 | - |
| CMYK | 0.75 | 0 | 0.26 | 0.22 |
| HSL | 159.32º | 0.6% | 0.49% | - |
| HSV(B) | 159.32º | 0.75% | 0.78% | - |
| XYZ | 26.78 | 43.17 | 34.53 | - |
| YUV | 147.93 | 127.47 | 58.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 198 | 147 | 0.75 | 0 | 0.26 | 0.22 | 159.32 | 0.6 | 0.49 |
| Hex | 32 | C6 | 93 | 4B | 0 | 1A | 16 | 9F | 3C | 31 |
| Octal | 62 | 306 | 223 | 113 | 0 | 32 | 26 | 237 | 74 | 61 |
| Binary | 110010 | 11000110 | 10010011 | 1001011 | 0 | 11010 | 10110 | 10011111 | 111100 | 110001 |
Color Harmonies of #32C693
Complementary color
Monochromatic Colors of #32C693
Black with #32C693
Text Example
Text Example
White with #32C693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C693; }
p { color: rgb(50,198,147); }
H1.HeaderClassName
{
color: #32C693;
}
.AnyTagClassName
{
color: #32C693;
}
</style>
background-color css
<style>
a { background-color: #32C693; }
a { background-color: rgb(50,198,147); }
div.DivClassName
{
background-color: #32C693;
}
.BgClassName
{
background-color: #32C693;
}
</style>
border-color css
<style>
span { border-color: #32C693; }
span { border-color: rgb(50,198,147); }
td.TdClassName
{
border-color: #32C693;
}
.TagClassName
{
border-color: #32C693;
}
</style>