Shades of Shamrock #31DEAC
Tints of Shamrock #31DEAC
RGB
CMYK
RGB Variations
Color information
#31DEAC (or 0x31DEAC) is known color: Shamrock. HEX triplet: 31, DE and AC. RGB value is (49,222,172). Sum of RGB (Red+Green+Blue) = 49+222+172=443 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.06% from 443); Green value is 222 (87.11% from 255 or 50.11% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 222 - color contains mainly: green. Hex color #31DEAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31DEAC is #CE2153. Grayscale: #A4A4A4. Windows color (decimal): -13508948 or 11329073. OLE color: 11329073.
HSL color Cylindrical-coordinate representation of color #31DEAC: hue angle of 162.66º degrees, saturation: 0.72, 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 #31DEAC is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 222 | 172 | - |
| CMYK | 0.78 | 0 | 0.23 | 0.13 |
| HSL | 162.66º | 0.72% | 0.53% | - |
| HSV(B) | 162.66º | 0.78% | 0.87% | - |
| XYZ | 34.83 | 55.87 | 47.98 | - |
| YUV | 164.57 | 132.19 | 45.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 222 | 172 | 0.78 | 0 | 0.23 | 0.13 | 162.66 | 0.72 | 0.53 |
| Hex | 31 | DE | AC | 4E | 0 | 17 | D | A3 | 48 | 35 |
| Octal | 61 | 336 | 254 | 116 | 0 | 27 | 15 | 243 | 110 | 65 |
| Binary | 110001 | 11011110 | 10101100 | 1001110 | 0 | 10111 | 1101 | 10100011 | 1001000 | 110101 |
Color Harmonies of #31DEAC
Complementary color
Monochromatic Colors of #31DEAC
Black with #31DEAC
Text Example
Text Example
White with #31DEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DEAC; }
p { color: rgb(49,222,172); }
H1.HeaderClassName
{
color: #31DEAC;
}
.AnyTagClassName
{
color: #31DEAC;
}
</style>
background-color css
<style>
a { background-color: #31DEAC; }
a { background-color: rgb(49,222,172); }
div.DivClassName
{
background-color: #31DEAC;
}
.BgClassName
{
background-color: #31DEAC;
}
</style>
border-color css
<style>
span { border-color: #31DEAC; }
span { border-color: rgb(49,222,172); }
td.TdClassName
{
border-color: #31DEAC;
}
.TagClassName
{
border-color: #31DEAC;
}
</style>