Shades of Shamrock #32C093
Tints of Shamrock #32C093
RGB
CMYK
RGB Variations
Color information
#32C093 (or 0x32C093) is known color: Shamrock. HEX triplet: 32, C0 and 93. RGB value is (50,192,147). Sum of RGB (Red+Green+Blue) = 50+192+147=389 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.85% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #32C093 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32C093 is #CD3F6C. Grayscale: #909090. Windows color (decimal): -13451117 or 9682994. OLE color: 9682994.
HSL color Cylindrical-coordinate representation of color #32C093: hue angle of 160.99º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32C093 is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 192 | 147 | - |
| CMYK | 0.74 | 0 | 0.23 | 0.25 |
| HSL | 160.99º | 0.59% | 0.47% | - |
| HSV(B) | 160.99º | 0.74% | 0.75% | - |
| XYZ | 25.43 | 40.48 | 34.08 | - |
| YUV | 144.41 | 129.46 | 60.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 192 | 147 | 0.74 | 0 | 0.23 | 0.25 | 160.99 | 0.59 | 0.47 |
| Hex | 32 | C0 | 93 | 4A | 0 | 17 | 19 | A1 | 3B | 2F |
| Octal | 62 | 300 | 223 | 112 | 0 | 27 | 31 | 241 | 73 | 57 |
| Binary | 110010 | 11000000 | 10010011 | 1001010 | 0 | 10111 | 11001 | 10100001 | 111011 | 101111 |
Color Harmonies of #32C093
Complementary color
Monochromatic Colors of #32C093
Black with #32C093
Text Example
Text Example
White with #32C093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C093; }
p { color: rgb(50,192,147); }
H1.HeaderClassName
{
color: #32C093;
}
.AnyTagClassName
{
color: #32C093;
}
</style>
background-color css
<style>
a { background-color: #32C093; }
a { background-color: rgb(50,192,147); }
div.DivClassName
{
background-color: #32C093;
}
.BgClassName
{
background-color: #32C093;
}
</style>
border-color css
<style>
span { border-color: #32C093; }
span { border-color: rgb(50,192,147); }
td.TdClassName
{
border-color: #32C093;
}
.TagClassName
{
border-color: #32C093;
}
</style>