Shades of Shamrock #32DDB1
Tints of Shamrock #32DDB1
RGB
CMYK
RGB Variations
Color information
#32DDB1 (or 0x32DDB1) is known color: Shamrock. HEX triplet: 32, DD and B1. RGB value is (50,221,177). Sum of RGB (Red+Green+Blue) = 50+221+177=448 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.16% from 448); Green value is 221 (86.72% from 255 or 49.33% from 448); Blue value is 177 (69.53% from 255 or 39.51% from 448); Max value from RGB is 221 - color contains mainly: green. Hex color #32DDB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32DDB1 is #CD224E. Grayscale: #A4A4A4. Windows color (decimal): -13443663 or 11656498. OLE color: 11656498.
HSL color Cylindrical-coordinate representation of color #32DDB1: hue angle of 164.56º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32DDB1 is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 221 | 177 | - |
| CMYK | 0.77 | 0 | 0.20 | 0.13 |
| HSL | 164.56º | 0.72% | 0.53% | - |
| HSV(B) | 164.56º | 0.77% | 0.87% | - |
| XYZ | 35.11 | 55.57 | 50.47 | - |
| YUV | 164.86 | 134.85 | 46.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 221 | 177 | 0.77 | 0 | 0.20 | 0.13 | 164.56 | 0.72 | 0.53 |
| Hex | 32 | DD | B1 | 4D | 0 | 14 | D | A5 | 48 | 35 |
| Octal | 62 | 335 | 261 | 115 | 0 | 24 | 15 | 245 | 110 | 65 |
| Binary | 110010 | 11011101 | 10110001 | 1001101 | 0 | 10100 | 1101 | 10100101 | 1001000 | 110101 |
Color Harmonies of #32DDB1
Complementary color
Monochromatic Colors of #32DDB1
Black with #32DDB1
Text Example
Text Example
White with #32DDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DDB1; }
p { color: rgb(50,221,177); }
H1.HeaderClassName
{
color: #32DDB1;
}
.AnyTagClassName
{
color: #32DDB1;
}
</style>
background-color css
<style>
a { background-color: #32DDB1; }
a { background-color: rgb(50,221,177); }
div.DivClassName
{
background-color: #32DDB1;
}
.BgClassName
{
background-color: #32DDB1;
}
</style>
border-color css
<style>
span { border-color: #32DDB1; }
span { border-color: rgb(50,221,177); }
td.TdClassName
{
border-color: #32DDB1;
}
.TagClassName
{
border-color: #32DDB1;
}
</style>