Shades of Shamrock #32C999
Tints of Shamrock #32C999
RGB
CMYK
RGB Variations
Color information
#32C999 (or 0x32C999) is known color: Shamrock. HEX triplet: 32, C9 and 99. RGB value is (50,201,153). Sum of RGB (Red+Green+Blue) = 50+201+153=404 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.38% from 404); Green value is 201 (78.91% from 255 or 49.75% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 201 - color contains mainly: green. Hex color #32C999 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32C999 is #CD3666. Grayscale: #969696. Windows color (decimal): -13448807 or 10078514. OLE color: 10078514.
HSL color Cylindrical-coordinate representation of color #32C999: hue angle of 160.93º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32C999 is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 201 | 153 | - |
| CMYK | 0.75 | 0 | 0.24 | 0.21 |
| HSL | 160.93º | 0.6% | 0.49% | - |
| HSV(B) | 160.93º | 0.75% | 0.79% | - |
| XYZ | 27.95 | 44.75 | 37.3 | - |
| YUV | 150.38 | 129.47 | 56.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 201 | 153 | 0.75 | 0 | 0.24 | 0.21 | 160.93 | 0.6 | 0.49 |
| Hex | 32 | C9 | 99 | 4B | 0 | 18 | 15 | A1 | 3C | 31 |
| Octal | 62 | 311 | 231 | 113 | 0 | 30 | 25 | 241 | 74 | 61 |
| Binary | 110010 | 11001001 | 10011001 | 1001011 | 0 | 11000 | 10101 | 10100001 | 111100 | 110001 |
Color Harmonies of #32C999
Complementary color
Monochromatic Colors of #32C999
Black with #32C999
Text Example
Text Example
White with #32C999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C999; }
p { color: rgb(50,201,153); }
H1.HeaderClassName
{
color: #32C999;
}
.AnyTagClassName
{
color: #32C999;
}
</style>
background-color css
<style>
a { background-color: #32C999; }
a { background-color: rgb(50,201,153); }
div.DivClassName
{
background-color: #32C999;
}
.BgClassName
{
background-color: #32C999;
}
</style>
border-color css
<style>
span { border-color: #32C999; }
span { border-color: rgb(50,201,153); }
td.TdClassName
{
border-color: #32C999;
}
.TagClassName
{
border-color: #32C999;
}
</style>