Shades of Shamrock #32FAAE
Tints of Shamrock #32FAAE
RGB
CMYK
RGB Variations
Color information
#32FAAE (or 0x32FAAE) is known color: Shamrock. HEX triplet: 32, FA and AE. RGB value is (50,250,174). Sum of RGB (Red+Green+Blue) = 50+250+174=474 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.55% from 474); Green value is 250 (98.05% from 255 or 52.74% from 474); Blue value is 174 (68.36% from 255 or 36.71% from 474); Max value from RGB is 250 - color contains mainly: green. Hex color #32FAAE is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32FAAE is #CD0551. Grayscale: #B5B5B5. Windows color (decimal): -13436242 or 11467314. OLE color: 11467314.
HSL color Cylindrical-coordinate representation of color #32FAAE: hue angle of 157.2º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FAAE is Cyan = 0.8, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 250 | 174 | - |
| CMYK | 0.8 | 0 | 0.30 | 0.02 |
| HSL | 157.2º | 0.95% | 0.59% | - |
| HSV(B) | 157.2º | 0.8% | 0.98% | - |
| XYZ | 43.14 | 72.11 | 51.69 | - |
| YUV | 181.54 | 123.74 | 34.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 250 | 174 | 0.8 | 0 | 0.30 | 0.02 | 157.2 | 0.95 | 0.59 |
| Hex | 32 | FA | AE | 50 | 0 | 1E | 2 | 9D | 5F | 3B |
| Octal | 62 | 372 | 256 | 120 | 0 | 36 | 2 | 235 | 137 | 73 |
| Binary | 110010 | 11111010 | 10101110 | 1010000 | 0 | 11110 | 10 | 10011101 | 1011111 | 111011 |
Color Harmonies of #32FAAE
Complementary color
Monochromatic Colors of #32FAAE
Black with #32FAAE
Text Example
Text Example
White with #32FAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FAAE; }
p { color: rgb(50,250,174); }
H1.HeaderClassName
{
color: #32FAAE;
}
.AnyTagClassName
{
color: #32FAAE;
}
</style>
background-color css
<style>
a { background-color: #32FAAE; }
a { background-color: rgb(50,250,174); }
div.DivClassName
{
background-color: #32FAAE;
}
.BgClassName
{
background-color: #32FAAE;
}
</style>
border-color css
<style>
span { border-color: #32FAAE; }
span { border-color: rgb(50,250,174); }
td.TdClassName
{
border-color: #32FAAE;
}
.TagClassName
{
border-color: #32FAAE;
}
</style>