Shades of Shamrock #32C9A5
Tints of Shamrock #32C9A5
RGB
CMYK
RGB Variations
Color information
#32C9A5 (or 0x32C9A5) is known color: Shamrock. HEX triplet: 32, C9 and A5. RGB value is (50,201,165). Sum of RGB (Red+Green+Blue) = 50+201+165=416 (55% of max value = 765). Red value is 50 (19.92% from 255 or 12.02% from 416); Green value is 201 (78.91% from 255 or 48.32% from 416); Blue value is 165 (64.84% from 255 or 39.66% from 416); Max value from RGB is 201 - color contains mainly: green. Hex color #32C9A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32C9A5 is #CD365A. Grayscale: #979797. Windows color (decimal): -13448795 or 10864946. OLE color: 10864946.
HSL color Cylindrical-coordinate representation of color #32C9A5: hue angle of 165.7º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32C9A5 is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 201 | 165 | - |
| CMYK | 0.75 | 0 | 0.18 | 0.21 |
| HSL | 165.7º | 0.6% | 0.49% | - |
| HSV(B) | 165.7º | 0.75% | 0.79% | - |
| XYZ | 28.99 | 45.17 | 42.79 | - |
| YUV | 151.75 | 135.47 | 55.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 201 | 165 | 0.75 | 0 | 0.18 | 0.21 | 165.7 | 0.6 | 0.49 |
| Hex | 32 | C9 | A5 | 4B | 0 | 12 | 15 | A6 | 3C | 31 |
| Octal | 62 | 311 | 245 | 113 | 0 | 22 | 25 | 246 | 74 | 61 |
| Binary | 110010 | 11001001 | 10100101 | 1001011 | 0 | 10010 | 10101 | 10100110 | 111100 | 110001 |
Color Harmonies of #32C9A5
Complementary color
Monochromatic Colors of #32C9A5
Black with #32C9A5
Text Example
Text Example
White with #32C9A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C9A5; }
p { color: rgb(50,201,165); }
H1.HeaderClassName
{
color: #32C9A5;
}
.AnyTagClassName
{
color: #32C9A5;
}
</style>
background-color css
<style>
a { background-color: #32C9A5; }
a { background-color: rgb(50,201,165); }
div.DivClassName
{
background-color: #32C9A5;
}
.BgClassName
{
background-color: #32C9A5;
}
</style>
border-color css
<style>
span { border-color: #32C9A5; }
span { border-color: rgb(50,201,165); }
td.TdClassName
{
border-color: #32C9A5;
}
.TagClassName
{
border-color: #32C9A5;
}
</style>