Shades of Shamrock #31D8A3
Tints of Shamrock #31D8A3
RGB
CMYK
RGB Variations
Color information
#31D8A3 (or 0x31D8A3) is known color: Shamrock. HEX triplet: 31, D8 and A3. RGB value is (49,216,163). Sum of RGB (Red+Green+Blue) = 49+216+163=428 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.45% from 428); Green value is 216 (84.77% from 255 or 50.47% from 428); Blue value is 163 (64.06% from 255 or 38.08% from 428); Max value from RGB is 216 - color contains mainly: green. Hex color #31D8A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31D8A3 is #CE275C. Grayscale: #A0A0A0. Windows color (decimal): -13510493 or 10737713. OLE color: 10737713.
HSL color Cylindrical-coordinate representation of color #31D8A3: hue angle of 160.96º 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 #31D8A3 is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 216 | 163 | - |
| CMYK | 0.77 | 0 | 0.25 | 0.15 |
| HSL | 160.96º | 0.68% | 0.52% | - |
| HSV(B) | 160.96º | 0.77% | 0.85% | - |
| XYZ | 32.43 | 52.41 | 43.06 | - |
| YUV | 160.03 | 129.67 | 48.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 216 | 163 | 0.77 | 0 | 0.25 | 0.15 | 160.96 | 0.68 | 0.52 |
| Hex | 31 | D8 | A3 | 4D | 0 | 19 | F | A1 | 44 | 34 |
| Octal | 61 | 330 | 243 | 115 | 0 | 31 | 17 | 241 | 104 | 64 |
| Binary | 110001 | 11011000 | 10100011 | 1001101 | 0 | 11001 | 1111 | 10100001 | 1000100 | 110100 |
Color Harmonies of #31D8A3
Complementary color
Monochromatic Colors of #31D8A3
Black with #31D8A3
Text Example
Text Example
White with #31D8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D8A3; }
p { color: rgb(49,216,163); }
H1.HeaderClassName
{
color: #31D8A3;
}
.AnyTagClassName
{
color: #31D8A3;
}
</style>
background-color css
<style>
a { background-color: #31D8A3; }
a { background-color: rgb(49,216,163); }
div.DivClassName
{
background-color: #31D8A3;
}
.BgClassName
{
background-color: #31D8A3;
}
</style>
border-color css
<style>
span { border-color: #31D8A3; }
span { border-color: rgb(49,216,163); }
td.TdClassName
{
border-color: #31D8A3;
}
.TagClassName
{
border-color: #31D8A3;
}
</style>