Shades of Shamrock #31D9B0
Tints of Shamrock #31D9B0
RGB
CMYK
RGB Variations
Color information
#31D9B0 (or 0x31D9B0) is known color: Shamrock. HEX triplet: 31, D9 and B0. RGB value is (49,217,176). Sum of RGB (Red+Green+Blue) = 49+217+176=442 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.09% from 442); Green value is 217 (85.16% from 255 or 49.10% from 442); Blue value is 176 (69.14% from 255 or 39.82% from 442); Max value from RGB is 217 - color contains mainly: green. Hex color #31D9B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31D9B0 is #CE264F. Grayscale: #A2A2A2. Windows color (decimal): -13510224 or 11589937. OLE color: 11589937.
HSL color Cylindrical-coordinate representation of color #31D9B0: hue angle of 165.36º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D9B0 is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 217 | 176 | - |
| CMYK | 0.77 | 0 | 0.19 | 0.15 |
| HSL | 165.36º | 0.69% | 0.52% | - |
| HSV(B) | 165.36º | 0.77% | 0.85% | - |
| XYZ | 33.92 | 53.41 | 49.6 | - |
| YUV | 162.09 | 135.84 | 47.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 217 | 176 | 0.77 | 0 | 0.19 | 0.15 | 165.36 | 0.69 | 0.52 |
| Hex | 31 | D9 | B0 | 4D | 0 | 13 | F | A5 | 45 | 34 |
| Octal | 61 | 331 | 260 | 115 | 0 | 23 | 17 | 245 | 105 | 64 |
| Binary | 110001 | 11011001 | 10110000 | 1001101 | 0 | 10011 | 1111 | 10100101 | 1000101 | 110100 |
Color Harmonies of #31D9B0
Complementary color
Monochromatic Colors of #31D9B0
Black with #31D9B0
Text Example
Text Example
White with #31D9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D9B0; }
p { color: rgb(49,217,176); }
H1.HeaderClassName
{
color: #31D9B0;
}
.AnyTagClassName
{
color: #31D9B0;
}
</style>
background-color css
<style>
a { background-color: #31D9B0; }
a { background-color: rgb(49,217,176); }
div.DivClassName
{
background-color: #31D9B0;
}
.BgClassName
{
background-color: #31D9B0;
}
</style>
border-color css
<style>
span { border-color: #31D9B0; }
span { border-color: rgb(49,217,176); }
td.TdClassName
{
border-color: #31D9B0;
}
.TagClassName
{
border-color: #31D9B0;
}
</style>