Shades of Shamrock #32D29B
Tints of Shamrock #32D29B
RGB
CMYK
RGB Variations
Color information
#32D29B (or 0x32D29B) is known color: Shamrock. HEX triplet: 32, D2 and 9B. RGB value is (50,210,155). Sum of RGB (Red+Green+Blue) = 50+210+155=415 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.05% from 415); Green value is 210 (82.42% from 255 or 50.60% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 210 - color contains mainly: green. Hex color #32D29B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32D29B is #CD2D64. Grayscale: #9B9B9B. Windows color (decimal): -13446501 or 10211890. OLE color: 10211890.
HSL color Cylindrical-coordinate representation of color #32D29B: hue angle of 159.38º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32D29B is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 210 | 155 | - |
| CMYK | 0.76 | 0 | 0.26 | 0.18 |
| HSL | 159.38º | 0.64% | 0.51% | - |
| HSV(B) | 159.38º | 0.76% | 0.82% | - |
| XYZ | 30.28 | 49.14 | 38.9 | - |
| YUV | 155.89 | 127.49 | 52.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 210 | 155 | 0.76 | 0 | 0.26 | 0.18 | 159.38 | 0.64 | 0.51 |
| Hex | 32 | D2 | 9B | 4C | 0 | 1A | 12 | 9F | 40 | 33 |
| Octal | 62 | 322 | 233 | 114 | 0 | 32 | 22 | 237 | 100 | 63 |
| Binary | 110010 | 11010010 | 10011011 | 1001100 | 0 | 11010 | 10010 | 10011111 | 1000000 | 110011 |
Color Harmonies of #32D29B
Complementary color
Monochromatic Colors of #32D29B
Black with #32D29B
Text Example
Text Example
White with #32D29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D29B; }
p { color: rgb(50,210,155); }
H1.HeaderClassName
{
color: #32D29B;
}
.AnyTagClassName
{
color: #32D29B;
}
</style>
background-color css
<style>
a { background-color: #32D29B; }
a { background-color: rgb(50,210,155); }
div.DivClassName
{
background-color: #32D29B;
}
.BgClassName
{
background-color: #32D29B;
}
</style>
border-color css
<style>
span { border-color: #32D29B; }
span { border-color: rgb(50,210,155); }
td.TdClassName
{
border-color: #32D29B;
}
.TagClassName
{
border-color: #32D29B;
}
</style>