Shades of Shamrock #32C08F
Tints of Shamrock #32C08F
RGB
CMYK
RGB Variations
Color information
#32C08F (or 0x32C08F) is known color: Shamrock. HEX triplet: 32, C0 and 8F. RGB value is (50,192,143). Sum of RGB (Red+Green+Blue) = 50+192+143=385 (50% of max value = 765). Red value is 50 (19.92% from 255 or 12.99% from 385); Green value is 192 (75.39% from 255 or 49.87% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 192 - color contains mainly: green. Hex color #32C08F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32C08F is #CD3F70. Grayscale: #909090. Windows color (decimal): -13451121 or 9420850. OLE color: 9420850.
HSL color Cylindrical-coordinate representation of color #32C08F: hue angle of 159.3º 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 #32C08F is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 192 | 143 | - |
| CMYK | 0.74 | 0 | 0.26 | 0.25 |
| HSL | 159.3º | 0.59% | 0.47% | - |
| HSV(B) | 159.3º | 0.74% | 0.75% | - |
| XYZ | 25.12 | 40.36 | 32.45 | - |
| YUV | 143.96 | 127.46 | 60.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 192 | 143 | 0.74 | 0 | 0.26 | 0.25 | 159.3 | 0.59 | 0.47 |
| Hex | 32 | C0 | 8F | 4A | 0 | 1A | 19 | 9F | 3B | 2F |
| Octal | 62 | 300 | 217 | 112 | 0 | 32 | 31 | 237 | 73 | 57 |
| Binary | 110010 | 11000000 | 10001111 | 1001010 | 0 | 11010 | 11001 | 10011111 | 111011 | 101111 |
Color Harmonies of #32C08F
Complementary color
Monochromatic Colors of #32C08F
Black with #32C08F
Text Example
Text Example
White with #32C08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C08F; }
p { color: rgb(50,192,143); }
H1.HeaderClassName
{
color: #32C08F;
}
.AnyTagClassName
{
color: #32C08F;
}
</style>
background-color css
<style>
a { background-color: #32C08F; }
a { background-color: rgb(50,192,143); }
div.DivClassName
{
background-color: #32C08F;
}
.BgClassName
{
background-color: #32C08F;
}
</style>
border-color css
<style>
span { border-color: #32C08F; }
span { border-color: rgb(50,192,143); }
td.TdClassName
{
border-color: #32C08F;
}
.TagClassName
{
border-color: #32C08F;
}
</style>