Shades of Shamrock #32BD94
Tints of Shamrock #32BD94
RGB
CMYK
RGB Variations
Color information
#32BD94 (or 0x32BD94) is known color: Shamrock. HEX triplet: 32, BD and 94. RGB value is (50,189,148). Sum of RGB (Red+Green+Blue) = 50+189+148=387 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.92% from 387); Green value is 189 (74.22% from 255 or 48.84% from 387); Blue value is 148 (58.20% from 255 or 38.24% from 387); Max value from RGB is 189 - color contains mainly: green. Hex color #32BD94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BD94 is #CD426B. Grayscale: #8E8E8E. Windows color (decimal): -13451884 or 9747762. OLE color: 9747762.
HSL color Cylindrical-coordinate representation of color #32BD94: hue angle of 162.3º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32BD94 is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 189 | 148 | - |
| CMYK | 0.74 | 0 | 0.22 | 0.26 |
| HSL | 162.3º | 0.58% | 0.47% | - |
| HSV(B) | 162.3º | 0.74% | 0.74% | - |
| XYZ | 24.86 | 39.21 | 34.28 | - |
| YUV | 142.77 | 130.95 | 61.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 189 | 148 | 0.74 | 0 | 0.22 | 0.26 | 162.3 | 0.58 | 0.47 |
| Hex | 32 | BD | 94 | 4A | 0 | 16 | 1A | A2 | 3A | 2F |
| Octal | 62 | 275 | 224 | 112 | 0 | 26 | 32 | 242 | 72 | 57 |
| Binary | 110010 | 10111101 | 10010100 | 1001010 | 0 | 10110 | 11010 | 10100010 | 111010 | 101111 |
Color Harmonies of #32BD94
Complementary color
Monochromatic Colors of #32BD94
Black with #32BD94
Text Example
Text Example
White with #32BD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BD94; }
p { color: rgb(50,189,148); }
H1.HeaderClassName
{
color: #32BD94;
}
.AnyTagClassName
{
color: #32BD94;
}
</style>
background-color css
<style>
a { background-color: #32BD94; }
a { background-color: rgb(50,189,148); }
div.DivClassName
{
background-color: #32BD94;
}
.BgClassName
{
background-color: #32BD94;
}
</style>
border-color css
<style>
span { border-color: #32BD94; }
span { border-color: rgb(50,189,148); }
td.TdClassName
{
border-color: #32BD94;
}
.TagClassName
{
border-color: #32BD94;
}
</style>