Shades of Shamrock #32DAB4
Tints of Shamrock #32DAB4
RGB
CMYK
RGB Variations
Color information
#32DAB4 (or 0x32DAB4) is known color: Shamrock. HEX triplet: 32, DA and B4. RGB value is (50,218,180). Sum of RGB (Red+Green+Blue) = 50+218+180=448 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.16% from 448); Green value is 218 (85.55% from 255 or 48.66% from 448); Blue value is 180 (70.70% from 255 or 40.18% from 448); Max value from RGB is 218 - color contains mainly: green. Hex color #32DAB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32DAB4 is #CD254B. Grayscale: #A3A3A3. Windows color (decimal): -13444428 or 11852338. OLE color: 11852338.
HSL color Cylindrical-coordinate representation of color #32DAB4: hue angle of 166.43º 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 #32DAB4 is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 218 | 180 | - |
| CMYK | 0.77 | 0 | 0.17 | 0.15 |
| HSL | 166.43º | 0.69% | 0.53% | - |
| HSV(B) | 166.43º | 0.77% | 0.85% | - |
| XYZ | 34.63 | 54.12 | 51.8 | - |
| YUV | 163.44 | 137.34 | 47.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 218 | 180 | 0.77 | 0 | 0.17 | 0.15 | 166.43 | 0.69 | 0.53 |
| Hex | 32 | DA | B4 | 4D | 0 | 11 | F | A6 | 45 | 35 |
| Octal | 62 | 332 | 264 | 115 | 0 | 21 | 17 | 246 | 105 | 65 |
| Binary | 110010 | 11011010 | 10110100 | 1001101 | 0 | 10001 | 1111 | 10100110 | 1000101 | 110101 |
Color Harmonies of #32DAB4
Complementary color
Monochromatic Colors of #32DAB4
Black with #32DAB4
Text Example
Text Example
White with #32DAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DAB4; }
p { color: rgb(50,218,180); }
H1.HeaderClassName
{
color: #32DAB4;
}
.AnyTagClassName
{
color: #32DAB4;
}
</style>
background-color css
<style>
a { background-color: #32DAB4; }
a { background-color: rgb(50,218,180); }
div.DivClassName
{
background-color: #32DAB4;
}
.BgClassName
{
background-color: #32DAB4;
}
</style>
border-color css
<style>
span { border-color: #32DAB4; }
span { border-color: rgb(50,218,180); }
td.TdClassName
{
border-color: #32DAB4;
}
.TagClassName
{
border-color: #32DAB4;
}
</style>