Shades of Shamrock #31DBAD
Tints of Shamrock #31DBAD
RGB
CMYK
RGB Variations
Color information
#31DBAD (or 0x31DBAD) is known color: Shamrock. HEX triplet: 31, DB and AD. RGB value is (49,219,173). Sum of RGB (Red+Green+Blue) = 49+219+173=441 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.11% from 441); Green value is 219 (85.94% from 255 or 49.66% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 219 - color contains mainly: green. Hex color #31DBAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31DBAD is #CE2452. Grayscale: #A2A2A2. Windows color (decimal): -13509715 or 11393841. OLE color: 11393841.
HSL color Cylindrical-coordinate representation of color #31DBAD: hue angle of 163.76º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DBAD is Cyan = 0.78, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 219 | 173 | - |
| CMYK | 0.78 | 0 | 0.21 | 0.14 |
| HSL | 163.76º | 0.7% | 0.53% | - |
| HSV(B) | 163.76º | 0.78% | 0.86% | - |
| XYZ | 34.14 | 54.33 | 48.22 | - |
| YUV | 162.93 | 133.68 | 46.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 219 | 173 | 0.78 | 0 | 0.21 | 0.14 | 163.76 | 0.7 | 0.53 |
| Hex | 31 | DB | AD | 4E | 0 | 15 | E | A4 | 46 | 35 |
| Octal | 61 | 333 | 255 | 116 | 0 | 25 | 16 | 244 | 106 | 65 |
| Binary | 110001 | 11011011 | 10101101 | 1001110 | 0 | 10101 | 1110 | 10100100 | 1000110 | 110101 |
Color Harmonies of #31DBAD
Complementary color
Monochromatic Colors of #31DBAD
Black with #31DBAD
Text Example
Text Example
White with #31DBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DBAD; }
p { color: rgb(49,219,173); }
H1.HeaderClassName
{
color: #31DBAD;
}
.AnyTagClassName
{
color: #31DBAD;
}
</style>
background-color css
<style>
a { background-color: #31DBAD; }
a { background-color: rgb(49,219,173); }
div.DivClassName
{
background-color: #31DBAD;
}
.BgClassName
{
background-color: #31DBAD;
}
</style>
border-color css
<style>
span { border-color: #31DBAD; }
span { border-color: rgb(49,219,173); }
td.TdClassName
{
border-color: #31DBAD;
}
.TagClassName
{
border-color: #31DBAD;
}
</style>