Shades of Shamrock #32DAB0
Tints of Shamrock #32DAB0
RGB
CMYK
RGB Variations
Color information
#32DAB0 (or 0x32DAB0) is known color: Shamrock. HEX triplet: 32, DA and B0. RGB value is (50,218,176). Sum of RGB (Red+Green+Blue) = 50+218+176=444 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.26% from 444); Green value is 218 (85.55% from 255 or 49.10% from 444); Blue value is 176 (69.14% from 255 or 39.64% from 444); Max value from RGB is 218 - color contains mainly: green. Hex color #32DAB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32DAB0 is #CD254F. Grayscale: #A2A2A2. Windows color (decimal): -13444432 or 11590194. OLE color: 11590194.
HSL color Cylindrical-coordinate representation of color #32DAB0: hue angle of 165º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32DAB0 is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 218 | 176 | - |
| CMYK | 0.77 | 0 | 0.19 | 0.15 |
| HSL | 165º | 0.69% | 0.53% | - |
| HSV(B) | 165º | 0.77% | 0.85% | - |
| XYZ | 34.22 | 53.96 | 49.69 | - |
| YUV | 162.98 | 135.34 | 47.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 218 | 176 | 0.77 | 0 | 0.19 | 0.15 | 165 | 0.69 | 0.53 |
| Hex | 32 | DA | B0 | 4D | 0 | 13 | F | A5 | 45 | 35 |
| Octal | 62 | 332 | 260 | 115 | 0 | 23 | 17 | 245 | 105 | 65 |
| Binary | 110010 | 11011010 | 10110000 | 1001101 | 0 | 10011 | 1111 | 10100101 | 1000101 | 110101 |
Color Harmonies of #32DAB0
Complementary color
Monochromatic Colors of #32DAB0
Black with #32DAB0
Text Example
Text Example
White with #32DAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DAB0; }
p { color: rgb(50,218,176); }
H1.HeaderClassName
{
color: #32DAB0;
}
.AnyTagClassName
{
color: #32DAB0;
}
</style>
background-color css
<style>
a { background-color: #32DAB0; }
a { background-color: rgb(50,218,176); }
div.DivClassName
{
background-color: #32DAB0;
}
.BgClassName
{
background-color: #32DAB0;
}
</style>
border-color css
<style>
span { border-color: #32DAB0; }
span { border-color: rgb(50,218,176); }
td.TdClassName
{
border-color: #32DAB0;
}
.TagClassName
{
border-color: #32DAB0;
}
</style>