Shades of Shamrock #31DBAC
Tints of Shamrock #31DBAC
RGB
CMYK
RGB Variations
Color information
#31DBAC (or 0x31DBAC) is known color: Shamrock. HEX triplet: 31, DB and AC. RGB value is (49,219,172). Sum of RGB (Red+Green+Blue) = 49+219+172=440 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.14% from 440); Green value is 219 (85.94% from 255 or 49.77% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 219 - color contains mainly: green. Hex color #31DBAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31DBAC is #CE2453. Grayscale: #A2A2A2. Windows color (decimal): -13509716 or 11328305. OLE color: 11328305.
HSL color Cylindrical-coordinate representation of color #31DBAC: hue angle of 163.41º 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 #31DBAC is Cyan = 0.78, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 219 | 172 | - |
| CMYK | 0.78 | 0 | 0.21 | 0.14 |
| HSL | 163.41º | 0.7% | 0.53% | - |
| HSV(B) | 163.41º | 0.78% | 0.86% | - |
| XYZ | 34.04 | 54.29 | 47.72 | - |
| YUV | 162.81 | 133.18 | 46.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 219 | 172 | 0.78 | 0 | 0.21 | 0.14 | 163.41 | 0.7 | 0.53 |
| Hex | 31 | DB | AC | 4E | 0 | 15 | E | A3 | 46 | 35 |
| Octal | 61 | 333 | 254 | 116 | 0 | 25 | 16 | 243 | 106 | 65 |
| Binary | 110001 | 11011011 | 10101100 | 1001110 | 0 | 10101 | 1110 | 10100011 | 1000110 | 110101 |
Color Harmonies of #31DBAC
Complementary color
Monochromatic Colors of #31DBAC
Black with #31DBAC
Text Example
Text Example
White with #31DBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DBAC; }
p { color: rgb(49,219,172); }
H1.HeaderClassName
{
color: #31DBAC;
}
.AnyTagClassName
{
color: #31DBAC;
}
</style>
background-color css
<style>
a { background-color: #31DBAC; }
a { background-color: rgb(49,219,172); }
div.DivClassName
{
background-color: #31DBAC;
}
.BgClassName
{
background-color: #31DBAC;
}
</style>
border-color css
<style>
span { border-color: #31DBAC; }
span { border-color: rgb(49,219,172); }
td.TdClassName
{
border-color: #31DBAC;
}
.TagClassName
{
border-color: #31DBAC;
}
</style>