Shades of Shamrock #32D7AA
Tints of Shamrock #32D7AA
RGB
CMYK
RGB Variations
Color information
#32D7AA (or 0x32D7AA) is known color: Shamrock. HEX triplet: 32, D7 and AA. RGB value is (50,215,170). Sum of RGB (Red+Green+Blue) = 50+215+170=435 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.49% from 435); Green value is 215 (84.38% from 255 or 49.43% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 215 - color contains mainly: green. Hex color #32D7AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32D7AA is #CD2855. Grayscale: #A0A0A0. Windows color (decimal): -13445206 or 11196210. OLE color: 11196210.
HSL color Cylindrical-coordinate representation of color #32D7AA: hue angle of 163.64º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32D7AA is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 215 | 170 | - |
| CMYK | 0.77 | 0 | 0.21 | 0.16 |
| HSL | 163.64º | 0.67% | 0.52% | - |
| HSV(B) | 163.64º | 0.77% | 0.84% | - |
| XYZ | 32.87 | 52.18 | 46.37 | - |
| YUV | 160.54 | 133.34 | 49.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 215 | 170 | 0.77 | 0 | 0.21 | 0.16 | 163.64 | 0.67 | 0.52 |
| Hex | 32 | D7 | AA | 4D | 0 | 15 | 10 | A4 | 43 | 34 |
| Octal | 62 | 327 | 252 | 115 | 0 | 25 | 20 | 244 | 103 | 64 |
| Binary | 110010 | 11010111 | 10101010 | 1001101 | 0 | 10101 | 10000 | 10100100 | 1000011 | 110100 |
Color Harmonies of #32D7AA
Complementary color
Monochromatic Colors of #32D7AA
Black with #32D7AA
Text Example
Text Example
White with #32D7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D7AA; }
p { color: rgb(50,215,170); }
H1.HeaderClassName
{
color: #32D7AA;
}
.AnyTagClassName
{
color: #32D7AA;
}
</style>
background-color css
<style>
a { background-color: #32D7AA; }
a { background-color: rgb(50,215,170); }
div.DivClassName
{
background-color: #32D7AA;
}
.BgClassName
{
background-color: #32D7AA;
}
</style>
border-color css
<style>
span { border-color: #32D7AA; }
span { border-color: rgb(50,215,170); }
td.TdClassName
{
border-color: #32D7AA;
}
.TagClassName
{
border-color: #32D7AA;
}
</style>