Shades of Shamrock #31D5A5
Tints of Shamrock #31D5A5
RGB
CMYK
RGB Variations
Color information
#31D5A5 (or 0x31D5A5) is known color: Shamrock. HEX triplet: 31, D5 and A5. RGB value is (49,213,165). Sum of RGB (Red+Green+Blue) = 49+213+165=427 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.48% from 427); Green value is 213 (83.59% from 255 or 49.88% from 427); Blue value is 165 (64.84% from 255 or 38.64% from 427); Max value from RGB is 213 - color contains mainly: green. Hex color #31D5A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31D5A5 is #CE2A5A. Grayscale: #9E9E9E. Windows color (decimal): -13511259 or 10868017. OLE color: 10868017.
HSL color Cylindrical-coordinate representation of color #31D5A5: hue angle of 162.44º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D5A5 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 213 | 165 | - |
| CMYK | 0.77 | 0 | 0.23 | 0.16 |
| HSL | 162.44º | 0.66% | 0.51% | - |
| HSV(B) | 162.44º | 0.77% | 0.84% | - |
| XYZ | 31.85 | 50.96 | 43.75 | - |
| YUV | 158.49 | 131.67 | 49.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 213 | 165 | 0.77 | 0 | 0.23 | 0.16 | 162.44 | 0.66 | 0.51 |
| Hex | 31 | D5 | A5 | 4D | 0 | 17 | 10 | A2 | 42 | 33 |
| Octal | 61 | 325 | 245 | 115 | 0 | 27 | 20 | 242 | 102 | 63 |
| Binary | 110001 | 11010101 | 10100101 | 1001101 | 0 | 10111 | 10000 | 10100010 | 1000010 | 110011 |
Color Harmonies of #31D5A5
Complementary color
Monochromatic Colors of #31D5A5
Black with #31D5A5
Text Example
Text Example
White with #31D5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D5A5; }
p { color: rgb(49,213,165); }
H1.HeaderClassName
{
color: #31D5A5;
}
.AnyTagClassName
{
color: #31D5A5;
}
</style>
background-color css
<style>
a { background-color: #31D5A5; }
a { background-color: rgb(49,213,165); }
div.DivClassName
{
background-color: #31D5A5;
}
.BgClassName
{
background-color: #31D5A5;
}
</style>
border-color css
<style>
span { border-color: #31D5A5; }
span { border-color: rgb(49,213,165); }
td.TdClassName
{
border-color: #31D5A5;
}
.TagClassName
{
border-color: #31D5A5;
}
</style>