Shades of Shamrock #32BDA4
Tints of Shamrock #32BDA4
RGB
CMYK
RGB Variations
Color information
#32BDA4 (or 0x32BDA4) is known color: Shamrock. HEX triplet: 32, BD and A4. RGB value is (50,189,164). Sum of RGB (Red+Green+Blue) = 50+189+164=403 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.41% from 403); Green value is 189 (74.22% from 255 or 46.90% from 403); Blue value is 164 (64.45% from 255 or 40.69% from 403); Max value from RGB is 189 - color contains mainly: green. Hex color #32BDA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BDA4 is #CD425B. Grayscale: #909090. Windows color (decimal): -13451868 or 10796338. OLE color: 10796338.
HSL color Cylindrical-coordinate representation of color #32BDA4: hue angle of 169.21º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32BDA4 is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 189 | 164 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.26 |
| HSL | 169.21º | 0.58% | 0.47% | - |
| HSV(B) | 169.21º | 0.74% | 0.74% | - |
| XYZ | 26.21 | 39.75 | 41.41 | - |
| YUV | 144.59 | 138.95 | 60.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 189 | 164 | 0.74 | 0 | 0.13 | 0.26 | 169.21 | 0.58 | 0.47 |
| Hex | 32 | BD | A4 | 4A | 0 | D | 1A | A9 | 3A | 2F |
| Octal | 62 | 275 | 244 | 112 | 0 | 15 | 32 | 251 | 72 | 57 |
| Binary | 110010 | 10111101 | 10100100 | 1001010 | 0 | 1101 | 11010 | 10101001 | 111010 | 101111 |
Color Harmonies of #32BDA4
Complementary color
Monochromatic Colors of #32BDA4
Black with #32BDA4
Text Example
Text Example
White with #32BDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BDA4; }
p { color: rgb(50,189,164); }
H1.HeaderClassName
{
color: #32BDA4;
}
.AnyTagClassName
{
color: #32BDA4;
}
</style>
background-color css
<style>
a { background-color: #32BDA4; }
a { background-color: rgb(50,189,164); }
div.DivClassName
{
background-color: #32BDA4;
}
.BgClassName
{
background-color: #32BDA4;
}
</style>
border-color css
<style>
span { border-color: #32BDA4; }
span { border-color: rgb(50,189,164); }
td.TdClassName
{
border-color: #32BDA4;
}
.TagClassName
{
border-color: #32BDA4;
}
</style>