Shades of Shamrock #32CBA5
Tints of Shamrock #32CBA5
RGB
CMYK
RGB Variations
Color information
#32CBA5 (or 0x32CBA5) is known color: Shamrock. HEX triplet: 32, CB and A5. RGB value is (50,203,165). Sum of RGB (Red+Green+Blue) = 50+203+165=418 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.96% from 418); Green value is 203 (79.69% from 255 or 48.56% from 418); Blue value is 165 (64.84% from 255 or 39.47% from 418); Max value from RGB is 203 - color contains mainly: green. Hex color #32CBA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32CBA5 is #CD345A. Grayscale: #989898. Windows color (decimal): -13448283 or 10865458. OLE color: 10865458.
HSL color Cylindrical-coordinate representation of color #32CBA5: hue angle of 165.1º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32CBA5 is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 203 | 165 | - |
| CMYK | 0.75 | 0 | 0.19 | 0.20 |
| HSL | 165.1º | 0.6% | 0.5% | - |
| HSV(B) | 165.1º | 0.75% | 0.8% | - |
| XYZ | 29.46 | 46.11 | 42.94 | - |
| YUV | 152.92 | 134.81 | 54.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 203 | 165 | 0.75 | 0 | 0.19 | 0.20 | 165.1 | 0.6 | 0.5 |
| Hex | 32 | CB | A5 | 4B | 0 | 13 | 14 | A5 | 3C | 32 |
| Octal | 62 | 313 | 245 | 113 | 0 | 23 | 24 | 245 | 74 | 62 |
| Binary | 110010 | 11001011 | 10100101 | 1001011 | 0 | 10011 | 10100 | 10100101 | 111100 | 110010 |
Color Harmonies of #32CBA5
Complementary color
Monochromatic Colors of #32CBA5
Black with #32CBA5
Text Example
Text Example
White with #32CBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CBA5; }
p { color: rgb(50,203,165); }
H1.HeaderClassName
{
color: #32CBA5;
}
.AnyTagClassName
{
color: #32CBA5;
}
</style>
background-color css
<style>
a { background-color: #32CBA5; }
a { background-color: rgb(50,203,165); }
div.DivClassName
{
background-color: #32CBA5;
}
.BgClassName
{
background-color: #32CBA5;
}
</style>
border-color css
<style>
span { border-color: #32CBA5; }
span { border-color: rgb(50,203,165); }
td.TdClassName
{
border-color: #32CBA5;
}
.TagClassName
{
border-color: #32CBA5;
}
</style>