Shades of Shamrock #32BEA4
Tints of Shamrock #32BEA4
RGB
CMYK
RGB Variations
Color information
#32BEA4 (or 0x32BEA4) is known color: Shamrock. HEX triplet: 32, BE and A4. RGB value is (50,190,164). Sum of RGB (Red+Green+Blue) = 50+190+164=404 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.38% from 404); Green value is 190 (74.61% from 255 or 47.03% from 404); Blue value is 164 (64.45% from 255 or 40.59% from 404); Max value from RGB is 190 - color contains mainly: green. Hex color #32BEA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BEA4 is #CD415B. Grayscale: #919191. Windows color (decimal): -13451612 or 10796594. OLE color: 10796594.
HSL color Cylindrical-coordinate representation of color #32BEA4: hue angle of 168.86º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32BEA4 is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 190 | 164 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.25 |
| HSL | 168.86º | 0.58% | 0.47% | - |
| HSV(B) | 168.86º | 0.74% | 0.75% | - |
| XYZ | 26.43 | 40.19 | 41.49 | - |
| YUV | 145.18 | 138.62 | 60.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 190 | 164 | 0.74 | 0 | 0.14 | 0.25 | 168.86 | 0.58 | 0.47 |
| Hex | 32 | BE | A4 | 4A | 0 | E | 19 | A9 | 3A | 2F |
| Octal | 62 | 276 | 244 | 112 | 0 | 16 | 31 | 251 | 72 | 57 |
| Binary | 110010 | 10111110 | 10100100 | 1001010 | 0 | 1110 | 11001 | 10101001 | 111010 | 101111 |
Color Harmonies of #32BEA4
Complementary color
Monochromatic Colors of #32BEA4
Black with #32BEA4
Text Example
Text Example
White with #32BEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BEA4; }
p { color: rgb(50,190,164); }
H1.HeaderClassName
{
color: #32BEA4;
}
.AnyTagClassName
{
color: #32BEA4;
}
</style>
background-color css
<style>
a { background-color: #32BEA4; }
a { background-color: rgb(50,190,164); }
div.DivClassName
{
background-color: #32BEA4;
}
.BgClassName
{
background-color: #32BEA4;
}
</style>
border-color css
<style>
span { border-color: #32BEA4; }
span { border-color: rgb(50,190,164); }
td.TdClassName
{
border-color: #32BEA4;
}
.TagClassName
{
border-color: #32BEA4;
}
</style>