Shades of Shamrock #31D8B5
Tints of Shamrock #31D8B5
RGB
CMYK
RGB Variations
Color information
#31D8B5 (or 0x31D8B5) is known color: Shamrock. HEX triplet: 31, D8 and B5. RGB value is (49,216,181). Sum of RGB (Red+Green+Blue) = 49+216+181=446 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.99% from 446); Green value is 216 (84.77% from 255 or 48.43% from 446); Blue value is 181 (71.09% from 255 or 40.58% from 446); Max value from RGB is 216 - color contains mainly: green. Hex color #31D8B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31D8B5 is #CE274A. Grayscale: #A2A2A2. Windows color (decimal): -13510475 or 11917361. OLE color: 11917361.
HSL color Cylindrical-coordinate representation of color #31D8B5: hue angle of 167.43º degrees, saturation: 0.68, 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 #31D8B5 is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 216 | 181 | - |
| CMYK | 0.77 | 0 | 0.16 | 0.15 |
| HSL | 167.43º | 0.68% | 0.52% | - |
| HSV(B) | 167.43º | 0.77% | 0.85% | - |
| XYZ | 34.16 | 53.1 | 52.16 | - |
| YUV | 162.08 | 138.67 | 47.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 216 | 181 | 0.77 | 0 | 0.16 | 0.15 | 167.43 | 0.68 | 0.52 |
| Hex | 31 | D8 | B5 | 4D | 0 | 10 | F | A7 | 44 | 34 |
| Octal | 61 | 330 | 265 | 115 | 0 | 20 | 17 | 247 | 104 | 64 |
| Binary | 110001 | 11011000 | 10110101 | 1001101 | 0 | 10000 | 1111 | 10100111 | 1000100 | 110100 |
Color Harmonies of #31D8B5
Complementary color
Monochromatic Colors of #31D8B5
Black with #31D8B5
Text Example
Text Example
White with #31D8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D8B5; }
p { color: rgb(49,216,181); }
H1.HeaderClassName
{
color: #31D8B5;
}
.AnyTagClassName
{
color: #31D8B5;
}
</style>
background-color css
<style>
a { background-color: #31D8B5; }
a { background-color: rgb(49,216,181); }
div.DivClassName
{
background-color: #31D8B5;
}
.BgClassName
{
background-color: #31D8B5;
}
</style>
border-color css
<style>
span { border-color: #31D8B5; }
span { border-color: rgb(49,216,181); }
td.TdClassName
{
border-color: #31D8B5;
}
.TagClassName
{
border-color: #31D8B5;
}
</style>