Shades of Shamrock #32BD8B
Tints of Shamrock #32BD8B
RGB
CMYK
RGB Variations
Color information
#32BD8B (or 0x32BD8B) is known color: Shamrock. HEX triplet: 32, BD and 8B. RGB value is (50,189,139). Sum of RGB (Red+Green+Blue) = 50+189+139=378 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.23% from 378); Green value is 189 (74.22% from 255 or 50% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 189 - color contains mainly: green. Hex color #32BD8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BD8B is #CD4274. Grayscale: #8D8D8D. Windows color (decimal): -13451893 or 9157938. OLE color: 9157938.
HSL color Cylindrical-coordinate representation of color #32BD8B: hue angle of 158.42º 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 #32BD8B is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 189 | 139 | - |
| CMYK | 0.74 | 0 | 0.26 | 0.26 |
| HSL | 158.42º | 0.58% | 0.47% | - |
| HSV(B) | 158.42º | 0.74% | 0.74% | - |
| XYZ | 24.17 | 38.94 | 30.67 | - |
| YUV | 141.74 | 126.45 | 62.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 189 | 139 | 0.74 | 0 | 0.26 | 0.26 | 158.42 | 0.58 | 0.47 |
| Hex | 32 | BD | 8B | 4A | 0 | 1A | 1A | 9E | 3A | 2F |
| Octal | 62 | 275 | 213 | 112 | 0 | 32 | 32 | 236 | 72 | 57 |
| Binary | 110010 | 10111101 | 10001011 | 1001010 | 0 | 11010 | 11010 | 10011110 | 111010 | 101111 |
Color Harmonies of #32BD8B
Complementary color
Monochromatic Colors of #32BD8B
Black with #32BD8B
Text Example
Text Example
White with #32BD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BD8B; }
p { color: rgb(50,189,139); }
H1.HeaderClassName
{
color: #32BD8B;
}
.AnyTagClassName
{
color: #32BD8B;
}
</style>
background-color css
<style>
a { background-color: #32BD8B; }
a { background-color: rgb(50,189,139); }
div.DivClassName
{
background-color: #32BD8B;
}
.BgClassName
{
background-color: #32BD8B;
}
</style>
border-color css
<style>
span { border-color: #32BD8B; }
span { border-color: rgb(50,189,139); }
td.TdClassName
{
border-color: #32BD8B;
}
.TagClassName
{
border-color: #32BD8B;
}
</style>