Shades of Shamrock #32C09B
Tints of Shamrock #32C09B
RGB
CMYK
RGB Variations
Color information
#32C09B (or 0x32C09B) is known color: Shamrock. HEX triplet: 32, C0 and 9B. RGB value is (50,192,155). Sum of RGB (Red+Green+Blue) = 50+192+155=397 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.59% from 397); Green value is 192 (75.39% from 255 or 48.36% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 192 - color contains mainly: green. Hex color #32C09B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32C09B is #CD3F64. Grayscale: #919191. Windows color (decimal): -13451109 or 10207282. OLE color: 10207282.
HSL color Cylindrical-coordinate representation of color #32C09B: hue angle of 164.37º 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 #32C09B is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 192 | 155 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.25 |
| HSL | 164.37º | 0.59% | 0.47% | - |
| HSV(B) | 164.37º | 0.74% | 0.75% | - |
| XYZ | 26.08 | 40.74 | 37.5 | - |
| YUV | 145.32 | 133.46 | 60.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 192 | 155 | 0.74 | 0 | 0.19 | 0.25 | 164.37 | 0.59 | 0.47 |
| Hex | 32 | C0 | 9B | 4A | 0 | 13 | 19 | A4 | 3B | 2F |
| Octal | 62 | 300 | 233 | 112 | 0 | 23 | 31 | 244 | 73 | 57 |
| Binary | 110010 | 11000000 | 10011011 | 1001010 | 0 | 10011 | 11001 | 10100100 | 111011 | 101111 |
Color Harmonies of #32C09B
Complementary color
Monochromatic Colors of #32C09B
Black with #32C09B
Text Example
Text Example
White with #32C09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C09B; }
p { color: rgb(50,192,155); }
H1.HeaderClassName
{
color: #32C09B;
}
.AnyTagClassName
{
color: #32C09B;
}
</style>
background-color css
<style>
a { background-color: #32C09B; }
a { background-color: rgb(50,192,155); }
div.DivClassName
{
background-color: #32C09B;
}
.BgClassName
{
background-color: #32C09B;
}
</style>
border-color css
<style>
span { border-color: #32C09B; }
span { border-color: rgb(50,192,155); }
td.TdClassName
{
border-color: #32C09B;
}
.TagClassName
{
border-color: #32C09B;
}
</style>