Shades of Shamrock #32BE9F
Tints of Shamrock #32BE9F
RGB
CMYK
RGB Variations
Color information
#32BE9F (or 0x32BE9F) is known color: Shamrock. HEX triplet: 32, BE and 9F. RGB value is (50,190,159). Sum of RGB (Red+Green+Blue) = 50+190+159=399 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.53% from 399); Green value is 190 (74.61% from 255 or 47.62% from 399); Blue value is 159 (62.5% from 255 or 39.85% from 399); Max value from RGB is 190 - color contains mainly: green. Hex color #32BE9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BE9F is #CD4160. Grayscale: #909090. Windows color (decimal): -13451617 or 10468914. OLE color: 10468914.
HSL color Cylindrical-coordinate representation of color #32BE9F: hue angle of 166.71º 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 #32BE9F is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 190 | 159 | - |
| CMYK | 0.74 | 0 | 0.16 | 0.25 |
| HSL | 166.71º | 0.58% | 0.47% | - |
| HSV(B) | 166.71º | 0.74% | 0.75% | - |
| XYZ | 25.99 | 40.01 | 39.15 | - |
| YUV | 144.61 | 136.12 | 60.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 190 | 159 | 0.74 | 0 | 0.16 | 0.25 | 166.71 | 0.58 | 0.47 |
| Hex | 32 | BE | 9F | 4A | 0 | 10 | 19 | A7 | 3A | 2F |
| Octal | 62 | 276 | 237 | 112 | 0 | 20 | 31 | 247 | 72 | 57 |
| Binary | 110010 | 10111110 | 10011111 | 1001010 | 0 | 10000 | 11001 | 10100111 | 111010 | 101111 |
Color Harmonies of #32BE9F
Complementary color
Monochromatic Colors of #32BE9F
Black with #32BE9F
Text Example
Text Example
White with #32BE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BE9F; }
p { color: rgb(50,190,159); }
H1.HeaderClassName
{
color: #32BE9F;
}
.AnyTagClassName
{
color: #32BE9F;
}
</style>
background-color css
<style>
a { background-color: #32BE9F; }
a { background-color: rgb(50,190,159); }
div.DivClassName
{
background-color: #32BE9F;
}
.BgClassName
{
background-color: #32BE9F;
}
</style>
border-color css
<style>
span { border-color: #32BE9F; }
span { border-color: rgb(50,190,159); }
td.TdClassName
{
border-color: #32BE9F;
}
.TagClassName
{
border-color: #32BE9F;
}
</style>