Shades of Shamrock #32CAA5
Tints of Shamrock #32CAA5
RGB
CMYK
RGB Variations
Color information
#32CAA5 (or 0x32CAA5) is known color: Shamrock. HEX triplet: 32, CA and A5. RGB value is (50,202,165). Sum of RGB (Red+Green+Blue) = 50+202+165=417 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.99% from 417); Green value is 202 (79.30% from 255 or 48.44% from 417); Blue value is 165 (64.84% from 255 or 39.57% from 417); Max value from RGB is 202 - color contains mainly: green. Hex color #32CAA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32CAA5 is #CD355A. Grayscale: #989898. Windows color (decimal): -13448539 or 10865202. OLE color: 10865202.
HSL color Cylindrical-coordinate representation of color #32CAA5: hue angle of 165.39º 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 #32CAA5 is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 202 | 165 | - |
| CMYK | 0.75 | 0 | 0.18 | 0.21 |
| HSL | 165.39º | 0.6% | 0.49% | - |
| HSV(B) | 165.39º | 0.75% | 0.79% | - |
| XYZ | 29.23 | 45.64 | 42.87 | - |
| YUV | 152.33 | 135.14 | 55.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 202 | 165 | 0.75 | 0 | 0.18 | 0.21 | 165.39 | 0.6 | 0.49 |
| Hex | 32 | CA | A5 | 4B | 0 | 12 | 15 | A5 | 3C | 31 |
| Octal | 62 | 312 | 245 | 113 | 0 | 22 | 25 | 245 | 74 | 61 |
| Binary | 110010 | 11001010 | 10100101 | 1001011 | 0 | 10010 | 10101 | 10100101 | 111100 | 110001 |
Color Harmonies of #32CAA5
Complementary color
Monochromatic Colors of #32CAA5
Black with #32CAA5
Text Example
Text Example
White with #32CAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CAA5; }
p { color: rgb(50,202,165); }
H1.HeaderClassName
{
color: #32CAA5;
}
.AnyTagClassName
{
color: #32CAA5;
}
</style>
background-color css
<style>
a { background-color: #32CAA5; }
a { background-color: rgb(50,202,165); }
div.DivClassName
{
background-color: #32CAA5;
}
.BgClassName
{
background-color: #32CAA5;
}
</style>
border-color css
<style>
span { border-color: #32CAA5; }
span { border-color: rgb(50,202,165); }
td.TdClassName
{
border-color: #32CAA5;
}
.TagClassName
{
border-color: #32CAA5;
}
</style>