Shades of Shamrock #32DBAF
Tints of Shamrock #32DBAF
RGB
CMYK
RGB Variations
Color information
#32DBAF (or 0x32DBAF) is known color: Shamrock. HEX triplet: 32, DB and AF. RGB value is (50,219,175). Sum of RGB (Red+Green+Blue) = 50+219+175=444 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.26% from 444); Green value is 219 (85.94% from 255 or 49.32% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 219 - color contains mainly: green. Hex color #32DBAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32DBAF is #CD2450. Grayscale: #A3A3A3. Windows color (decimal): -13444177 or 11524914. OLE color: 11524914.
HSL color Cylindrical-coordinate representation of color #32DBAF: hue angle of 164.38º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32DBAF is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 219 | 175 | - |
| CMYK | 0.77 | 0 | 0.20 | 0.14 |
| HSL | 164.38º | 0.7% | 0.53% | - |
| HSV(B) | 164.38º | 0.77% | 0.86% | - |
| XYZ | 34.38 | 54.44 | 49.25 | - |
| YUV | 163.45 | 134.51 | 47.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 219 | 175 | 0.77 | 0 | 0.20 | 0.14 | 164.38 | 0.7 | 0.53 |
| Hex | 32 | DB | AF | 4D | 0 | 14 | E | A4 | 46 | 35 |
| Octal | 62 | 333 | 257 | 115 | 0 | 24 | 16 | 244 | 106 | 65 |
| Binary | 110010 | 11011011 | 10101111 | 1001101 | 0 | 10100 | 1110 | 10100100 | 1000110 | 110101 |
Color Harmonies of #32DBAF
Complementary color
Monochromatic Colors of #32DBAF
Black with #32DBAF
Text Example
Text Example
White with #32DBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DBAF; }
p { color: rgb(50,219,175); }
H1.HeaderClassName
{
color: #32DBAF;
}
.AnyTagClassName
{
color: #32DBAF;
}
</style>
background-color css
<style>
a { background-color: #32DBAF; }
a { background-color: rgb(50,219,175); }
div.DivClassName
{
background-color: #32DBAF;
}
.BgClassName
{
background-color: #32DBAF;
}
</style>
border-color css
<style>
span { border-color: #32DBAF; }
span { border-color: rgb(50,219,175); }
td.TdClassName
{
border-color: #32DBAF;
}
.TagClassName
{
border-color: #32DBAF;
}
</style>