Shades of Shamrock #32CC9B
Tints of Shamrock #32CC9B
RGB
CMYK
RGB Variations
Color information
#32CC9B (or 0x32CC9B) is known color: Shamrock. HEX triplet: 32, CC and 9B. RGB value is (50,204,155). Sum of RGB (Red+Green+Blue) = 50+204+155=409 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.22% from 409); Green value is 204 (80.08% from 255 or 49.88% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 204 - color contains mainly: green. Hex color #32CC9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32CC9B is #CD3364. Grayscale: #989898. Windows color (decimal): -13448037 or 10210354. OLE color: 10210354.
HSL color Cylindrical-coordinate representation of color #32CC9B: hue angle of 160.91º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32CC9B is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 204 | 155 | - |
| CMYK | 0.75 | 0 | 0.24 | 0.2 |
| HSL | 160.91º | 0.61% | 0.5% | - |
| HSV(B) | 160.91º | 0.75% | 0.8% | - |
| XYZ | 28.82 | 46.23 | 38.41 | - |
| YUV | 152.37 | 129.48 | 54.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 204 | 155 | 0.75 | 0 | 0.24 | 0.2 | 160.91 | 0.61 | 0.5 |
| Hex | 32 | CC | 9B | 4B | 0 | 18 | 14 | A1 | 3D | 32 |
| Octal | 62 | 314 | 233 | 113 | 0 | 30 | 24 | 241 | 75 | 62 |
| Binary | 110010 | 11001100 | 10011011 | 1001011 | 0 | 11000 | 10100 | 10100001 | 111101 | 110010 |
Color Harmonies of #32CC9B
Complementary color
Monochromatic Colors of #32CC9B
Black with #32CC9B
Text Example
Text Example
White with #32CC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CC9B; }
p { color: rgb(50,204,155); }
H1.HeaderClassName
{
color: #32CC9B;
}
.AnyTagClassName
{
color: #32CC9B;
}
</style>
background-color css
<style>
a { background-color: #32CC9B; }
a { background-color: rgb(50,204,155); }
div.DivClassName
{
background-color: #32CC9B;
}
.BgClassName
{
background-color: #32CC9B;
}
</style>
border-color css
<style>
span { border-color: #32CC9B; }
span { border-color: rgb(50,204,155); }
td.TdClassName
{
border-color: #32CC9B;
}
.TagClassName
{
border-color: #32CC9B;
}
</style>