Shades of Shamrock #31C3A0
Tints of Shamrock #31C3A0
RGB
CMYK
RGB Variations
Color information
#31C3A0 (or 0x31C3A0) is known color: Shamrock. HEX triplet: 31, C3 and A0. RGB value is (49,195,160). Sum of RGB (Red+Green+Blue) = 49+195+160=404 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.13% from 404); Green value is 195 (76.56% from 255 or 48.27% from 404); Blue value is 160 (62.89% from 255 or 39.60% from 404); Max value from RGB is 195 - color contains mainly: green. Hex color #31C3A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31C3A0 is #CE3C5F. Grayscale: #939393. Windows color (decimal): -13515872 or 10535729. OLE color: 10535729.
HSL color Cylindrical-coordinate representation of color #31C3A0: hue angle of 165.62º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C3A0 is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 195 | 160 | - |
| CMYK | 0.75 | 0 | 0.18 | 0.24 |
| HSL | 165.62º | 0.6% | 0.48% | - |
| HSV(B) | 165.62º | 0.75% | 0.76% | - |
| XYZ | 27.13 | 42.22 | 39.98 | - |
| YUV | 147.36 | 135.13 | 57.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 195 | 160 | 0.75 | 0 | 0.18 | 0.24 | 165.62 | 0.6 | 0.48 |
| Hex | 31 | C3 | A0 | 4B | 0 | 12 | 18 | A6 | 3C | 30 |
| Octal | 61 | 303 | 240 | 113 | 0 | 22 | 30 | 246 | 74 | 60 |
| Binary | 110001 | 11000011 | 10100000 | 1001011 | 0 | 10010 | 11000 | 10100110 | 111100 | 110000 |
Color Harmonies of #31C3A0
Complementary color
Monochromatic Colors of #31C3A0
Black with #31C3A0
Text Example
Text Example
White with #31C3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C3A0; }
p { color: rgb(49,195,160); }
H1.HeaderClassName
{
color: #31C3A0;
}
.AnyTagClassName
{
color: #31C3A0;
}
</style>
background-color css
<style>
a { background-color: #31C3A0; }
a { background-color: rgb(49,195,160); }
div.DivClassName
{
background-color: #31C3A0;
}
.BgClassName
{
background-color: #31C3A0;
}
</style>
border-color css
<style>
span { border-color: #31C3A0; }
span { border-color: rgb(49,195,160); }
td.TdClassName
{
border-color: #31C3A0;
}
.TagClassName
{
border-color: #31C3A0;
}
</style>