Shades of Shamrock #31D7B4
Tints of Shamrock #31D7B4
RGB
CMYK
RGB Variations
Color information
#31D7B4 (or 0x31D7B4) is known color: Shamrock. HEX triplet: 31, D7 and B4. RGB value is (49,215,180). Sum of RGB (Red+Green+Blue) = 49+215+180=444 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.04% from 444); Green value is 215 (84.38% from 255 or 48.42% from 444); Blue value is 180 (70.70% from 255 or 40.54% from 444); Max value from RGB is 215 - color contains mainly: green. Hex color #31D7B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31D7B4 is #CE284B. Grayscale: #A1A1A1. Windows color (decimal): -13510732 or 11851569. OLE color: 11851569.
HSL color Cylindrical-coordinate representation of color #31D7B4: hue angle of 167.35º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D7B4 is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 215 | 180 | - |
| CMYK | 0.77 | 0 | 0.16 | 0.16 |
| HSL | 167.35º | 0.67% | 0.52% | - |
| HSV(B) | 167.35º | 0.77% | 0.84% | - |
| XYZ | 33.81 | 52.55 | 51.54 | - |
| YUV | 161.38 | 138.5 | 47.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 215 | 180 | 0.77 | 0 | 0.16 | 0.16 | 167.35 | 0.67 | 0.52 |
| Hex | 31 | D7 | B4 | 4D | 0 | 10 | 10 | A7 | 43 | 34 |
| Octal | 61 | 327 | 264 | 115 | 0 | 20 | 20 | 247 | 103 | 64 |
| Binary | 110001 | 11010111 | 10110100 | 1001101 | 0 | 10000 | 10000 | 10100111 | 1000011 | 110100 |
Color Harmonies of #31D7B4
Complementary color
Monochromatic Colors of #31D7B4
Black with #31D7B4
Text Example
Text Example
White with #31D7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D7B4; }
p { color: rgb(49,215,180); }
H1.HeaderClassName
{
color: #31D7B4;
}
.AnyTagClassName
{
color: #31D7B4;
}
</style>
background-color css
<style>
a { background-color: #31D7B4; }
a { background-color: rgb(49,215,180); }
div.DivClassName
{
background-color: #31D7B4;
}
.BgClassName
{
background-color: #31D7B4;
}
</style>
border-color css
<style>
span { border-color: #31D7B4; }
span { border-color: rgb(49,215,180); }
td.TdClassName
{
border-color: #31D7B4;
}
.TagClassName
{
border-color: #31D7B4;
}
</style>