Shades of Shamrock #31DCAC
Tints of Shamrock #31DCAC
RGB
CMYK
RGB Variations
Color information
#31DCAC (or 0x31DCAC) is known color: Shamrock. HEX triplet: 31, DC and AC. RGB value is (49,220,172). Sum of RGB (Red+Green+Blue) = 49+220+172=441 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.11% from 441); Green value is 220 (86.33% from 255 or 49.89% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 220 - color contains mainly: green. Hex color #31DCAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31DCAC is #CE2353. Grayscale: #A3A3A3. Windows color (decimal): -13509460 or 11328561. OLE color: 11328561.
HSL color Cylindrical-coordinate representation of color #31DCAC: hue angle of 163.16º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DCAC is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 220 | 172 | - |
| CMYK | 0.78 | 0 | 0.22 | 0.14 |
| HSL | 163.16º | 0.71% | 0.53% | - |
| HSV(B) | 163.16º | 0.78% | 0.86% | - |
| XYZ | 34.31 | 54.82 | 47.8 | - |
| YUV | 163.4 | 132.85 | 46.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 220 | 172 | 0.78 | 0 | 0.22 | 0.14 | 163.16 | 0.71 | 0.53 |
| Hex | 31 | DC | AC | 4E | 0 | 16 | E | A3 | 47 | 35 |
| Octal | 61 | 334 | 254 | 116 | 0 | 26 | 16 | 243 | 107 | 65 |
| Binary | 110001 | 11011100 | 10101100 | 1001110 | 0 | 10110 | 1110 | 10100011 | 1000111 | 110101 |
Color Harmonies of #31DCAC
Complementary color
Monochromatic Colors of #31DCAC
Black with #31DCAC
Text Example
Text Example
White with #31DCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DCAC; }
p { color: rgb(49,220,172); }
H1.HeaderClassName
{
color: #31DCAC;
}
.AnyTagClassName
{
color: #31DCAC;
}
</style>
background-color css
<style>
a { background-color: #31DCAC; }
a { background-color: rgb(49,220,172); }
div.DivClassName
{
background-color: #31DCAC;
}
.BgClassName
{
background-color: #31DCAC;
}
</style>
border-color css
<style>
span { border-color: #31DCAC; }
span { border-color: rgb(49,220,172); }
td.TdClassName
{
border-color: #31DCAC;
}
.TagClassName
{
border-color: #31DCAC;
}
</style>