Shades of Shamrock #31DFAC
Tints of Shamrock #31DFAC
RGB
CMYK
RGB Variations
Color information
#31DFAC (or 0x31DFAC) is known color: Shamrock. HEX triplet: 31, DF and AC. RGB value is (49,223,172). Sum of RGB (Red+Green+Blue) = 49+223+172=444 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.04% from 444); Green value is 223 (87.5% from 255 or 50.23% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 223 - color contains mainly: green. Hex color #31DFAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31DFAC is #CE2053. Grayscale: #A5A5A5. Windows color (decimal): -13508692 or 11329329. OLE color: 11329329.
HSL color Cylindrical-coordinate representation of color #31DFAC: hue angle of 162.41º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DFAC is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 223 | 172 | - |
| CMYK | 0.78 | 0 | 0.23 | 0.13 |
| HSL | 162.41º | 0.73% | 0.53% | - |
| HSV(B) | 162.41º | 0.78% | 0.87% | - |
| XYZ | 35.1 | 56.41 | 48.07 | - |
| YUV | 165.16 | 131.85 | 45.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 223 | 172 | 0.78 | 0 | 0.23 | 0.13 | 162.41 | 0.73 | 0.53 |
| Hex | 31 | DF | AC | 4E | 0 | 17 | D | A2 | 49 | 35 |
| Octal | 61 | 337 | 254 | 116 | 0 | 27 | 15 | 242 | 111 | 65 |
| Binary | 110001 | 11011111 | 10101100 | 1001110 | 0 | 10111 | 1101 | 10100010 | 1001001 | 110101 |
Color Harmonies of #31DFAC
Complementary color
Monochromatic Colors of #31DFAC
Black with #31DFAC
Text Example
Text Example
White with #31DFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DFAC; }
p { color: rgb(49,223,172); }
H1.HeaderClassName
{
color: #31DFAC;
}
.AnyTagClassName
{
color: #31DFAC;
}
</style>
background-color css
<style>
a { background-color: #31DFAC; }
a { background-color: rgb(49,223,172); }
div.DivClassName
{
background-color: #31DFAC;
}
.BgClassName
{
background-color: #31DFAC;
}
</style>
border-color css
<style>
span { border-color: #31DFAC; }
span { border-color: rgb(49,223,172); }
td.TdClassName
{
border-color: #31DFAC;
}
.TagClassName
{
border-color: #31DFAC;
}
</style>