Shades of Shamrock #32BD8C
Tints of Shamrock #32BD8C
RGB
CMYK
RGB Variations
Color information
#32BD8C (or 0x32BD8C) is known color: Shamrock. HEX triplet: 32, BD and 8C. RGB value is (50,189,140). Sum of RGB (Red+Green+Blue) = 50+189+140=379 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.19% from 379); Green value is 189 (74.22% from 255 or 49.87% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 189 - color contains mainly: green. Hex color #32BD8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BD8C is #CD4273. Grayscale: #8D8D8D. Windows color (decimal): -13451892 or 9223474. OLE color: 9223474.
HSL color Cylindrical-coordinate representation of color #32BD8C: hue angle of 158.85º 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 #32BD8C is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 189 | 140 | - |
| CMYK | 0.74 | 0 | 0.26 | 0.26 |
| HSL | 158.85º | 0.58% | 0.47% | - |
| HSV(B) | 158.85º | 0.74% | 0.74% | - |
| XYZ | 24.25 | 38.97 | 31.05 | - |
| YUV | 141.85 | 126.95 | 62.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 189 | 140 | 0.74 | 0 | 0.26 | 0.26 | 158.85 | 0.58 | 0.47 |
| Hex | 32 | BD | 8C | 4A | 0 | 1A | 1A | 9F | 3A | 2F |
| Octal | 62 | 275 | 214 | 112 | 0 | 32 | 32 | 237 | 72 | 57 |
| Binary | 110010 | 10111101 | 10001100 | 1001010 | 0 | 11010 | 11010 | 10011111 | 111010 | 101111 |
Color Harmonies of #32BD8C
Complementary color
Monochromatic Colors of #32BD8C
Black with #32BD8C
Text Example
Text Example
White with #32BD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BD8C; }
p { color: rgb(50,189,140); }
H1.HeaderClassName
{
color: #32BD8C;
}
.AnyTagClassName
{
color: #32BD8C;
}
</style>
background-color css
<style>
a { background-color: #32BD8C; }
a { background-color: rgb(50,189,140); }
div.DivClassName
{
background-color: #32BD8C;
}
.BgClassName
{
background-color: #32BD8C;
}
</style>
border-color css
<style>
span { border-color: #32BD8C; }
span { border-color: rgb(50,189,140); }
td.TdClassName
{
border-color: #32BD8C;
}
.TagClassName
{
border-color: #32BD8C;
}
</style>