Shades of Shamrock #31BC94
Tints of Shamrock #31BC94
RGB
CMYK
RGB Variations
Color information
#31BC94 (or 0x31BC94) is known color: Shamrock. HEX triplet: 31, BC and 94. RGB value is (49,188,148). Sum of RGB (Red+Green+Blue) = 49+188+148=385 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.73% from 385); Green value is 188 (73.83% from 255 or 48.83% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 188 - color contains mainly: green. Hex color #31BC94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BC94 is #CE436B. Grayscale: #8D8D8D. Windows color (decimal): -13517676 or 9747505. OLE color: 9747505.
HSL color Cylindrical-coordinate representation of color #31BC94: hue angle of 162.73º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BC94 is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 188 | 148 | - |
| CMYK | 0.74 | 0 | 0.21 | 0.26 |
| HSL | 162.73º | 0.59% | 0.46% | - |
| HSV(B) | 162.73º | 0.74% | 0.74% | - |
| XYZ | 24.6 | 38.76 | 34.2 | - |
| YUV | 141.88 | 131.45 | 61.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 188 | 148 | 0.74 | 0 | 0.21 | 0.26 | 162.73 | 0.59 | 0.46 |
| Hex | 31 | BC | 94 | 4A | 0 | 15 | 1A | A3 | 3B | 2E |
| Octal | 61 | 274 | 224 | 112 | 0 | 25 | 32 | 243 | 73 | 56 |
| Binary | 110001 | 10111100 | 10010100 | 1001010 | 0 | 10101 | 11010 | 10100011 | 111011 | 101110 |
Color Harmonies of #31BC94
Complementary color
Monochromatic Colors of #31BC94
Black with #31BC94
Text Example
Text Example
White with #31BC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BC94; }
p { color: rgb(49,188,148); }
H1.HeaderClassName
{
color: #31BC94;
}
.AnyTagClassName
{
color: #31BC94;
}
</style>
background-color css
<style>
a { background-color: #31BC94; }
a { background-color: rgb(49,188,148); }
div.DivClassName
{
background-color: #31BC94;
}
.BgClassName
{
background-color: #31BC94;
}
</style>
border-color css
<style>
span { border-color: #31BC94; }
span { border-color: rgb(49,188,148); }
td.TdClassName
{
border-color: #31BC94;
}
.TagClassName
{
border-color: #31BC94;
}
</style>