Shades of Shamrock #32C6AA
Tints of Shamrock #32C6AA
RGB
CMYK
RGB Variations
Color information
#32C6AA (or 0x32C6AA) is known color: Shamrock. HEX triplet: 32, C6 and AA. RGB value is (50,198,170). Sum of RGB (Red+Green+Blue) = 50+198+170=418 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.96% from 418); Green value is 198 (77.73% from 255 or 47.37% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 198 - color contains mainly: green. Hex color #32C6AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32C6AA is #CD3955. Grayscale: #969696. Windows color (decimal): -13449558 or 11191858. OLE color: 11191858.
HSL color Cylindrical-coordinate representation of color #32C6AA: hue angle of 168.65º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32C6AA is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 50 | 198 | 170 | - |
| CMYK | 0.75 | 0 | 0.14 | 0.22 |
| HSL | 168.65º | 0.6% | 0.49% | - |
| HSV(B) | 168.65º | 0.75% | 0.78% | - |
| XYZ | 28.77 | 43.97 | 45 | - |
| YUV | 150.56 | 138.97 | 56.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 198 | 170 | 0.75 | 0 | 0.14 | 0.22 | 168.65 | 0.6 | 0.49 |
| Hex | 32 | C6 | AA | 4B | 0 | E | 16 | A9 | 3C | 31 |
| Octal | 62 | 306 | 252 | 113 | 0 | 16 | 26 | 251 | 74 | 61 |
| Binary | 110010 | 11000110 | 10101010 | 1001011 | 0 | 1110 | 10110 | 10101001 | 111100 | 110001 |
Color Harmonies of #32C6AA
Complementary color
Monochromatic Colors of #32C6AA
Black with #32C6AA
Text Example
Text Example
White with #32C6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C6AA; }
p { color: rgb(50,198,170); }
H1.HeaderClassName
{
color: #32C6AA;
}
.AnyTagClassName
{
color: #32C6AA;
}
</style>
background-color css
<style>
a { background-color: #32C6AA; }
a { background-color: rgb(50,198,170); }
div.DivClassName
{
background-color: #32C6AA;
}
.BgClassName
{
background-color: #32C6AA;
}
</style>
border-color css
<style>
span { border-color: #32C6AA; }
span { border-color: rgb(50,198,170); }
td.TdClassName
{
border-color: #32C6AA;
}
.TagClassName
{
border-color: #32C6AA;
}
</style>