Shades of Shamrock #32CAA9
Tints of Shamrock #32CAA9
RGB
CMYK
RGB Variations
Color information
#32CAA9 (or 0x32CAA9) is known color: Shamrock. HEX triplet: 32, CA and A9. RGB value is (50,202,169). Sum of RGB (Red+Green+Blue) = 50+202+169=421 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.88% from 421); Green value is 202 (79.30% from 255 or 47.98% from 421); Blue value is 169 (66.41% from 255 or 40.14% from 421); Max value from RGB is 202 - color contains mainly: green. Hex color #32CAA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32CAA9 is #CD3556. Grayscale: #989898. Windows color (decimal): -13448535 or 11127346. OLE color: 11127346.
HSL color Cylindrical-coordinate representation of color #32CAA9: hue angle of 166.97º 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 #32CAA9 is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 202 | 169 | - |
| CMYK | 0.75 | 0 | 0.16 | 0.21 |
| HSL | 166.97º | 0.6% | 0.49% | - |
| HSV(B) | 166.97º | 0.75% | 0.79% | - |
| XYZ | 29.6 | 45.78 | 44.81 | - |
| YUV | 152.79 | 137.14 | 54.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 202 | 169 | 0.75 | 0 | 0.16 | 0.21 | 166.97 | 0.6 | 0.49 |
| Hex | 32 | CA | A9 | 4B | 0 | 10 | 15 | A7 | 3C | 31 |
| Octal | 62 | 312 | 251 | 113 | 0 | 20 | 25 | 247 | 74 | 61 |
| Binary | 110010 | 11001010 | 10101001 | 1001011 | 0 | 10000 | 10101 | 10100111 | 111100 | 110001 |
Color Harmonies of #32CAA9
Complementary color
Monochromatic Colors of #32CAA9
Black with #32CAA9
Text Example
Text Example
White with #32CAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CAA9; }
p { color: rgb(50,202,169); }
H1.HeaderClassName
{
color: #32CAA9;
}
.AnyTagClassName
{
color: #32CAA9;
}
</style>
background-color css
<style>
a { background-color: #32CAA9; }
a { background-color: rgb(50,202,169); }
div.DivClassName
{
background-color: #32CAA9;
}
.BgClassName
{
background-color: #32CAA9;
}
</style>
border-color css
<style>
span { border-color: #32CAA9; }
span { border-color: rgb(50,202,169); }
td.TdClassName
{
border-color: #32CAA9;
}
.TagClassName
{
border-color: #32CAA9;
}
</style>