Shades of Shamrock #31BC98
Tints of Shamrock #31BC98
RGB
CMYK
RGB Variations
Color information
#31BC98 (or 0x31BC98) is known color: Shamrock. HEX triplet: 31, BC and 98. RGB value is (49,188,152). Sum of RGB (Red+Green+Blue) = 49+188+152=389 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.60% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 152 (59.77% from 255 or 39.07% from 389); Max value from RGB is 188 - color contains mainly: green. Hex color #31BC98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BC98 is #CE4367. Grayscale: #8E8E8E. Windows color (decimal): -13517672 or 10009649. OLE color: 10009649.
HSL color Cylindrical-coordinate representation of color #31BC98: hue angle of 164.46º 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 #31BC98 is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 188 | 152 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.26 |
| HSL | 164.46º | 0.59% | 0.46% | - |
| HSV(B) | 164.46º | 0.74% | 0.74% | - |
| XYZ | 24.92 | 38.89 | 35.9 | - |
| YUV | 142.34 | 133.45 | 61.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 188 | 152 | 0.74 | 0 | 0.19 | 0.26 | 164.46 | 0.59 | 0.46 |
| Hex | 31 | BC | 98 | 4A | 0 | 13 | 1A | A4 | 3B | 2E |
| Octal | 61 | 274 | 230 | 112 | 0 | 23 | 32 | 244 | 73 | 56 |
| Binary | 110001 | 10111100 | 10011000 | 1001010 | 0 | 10011 | 11010 | 10100100 | 111011 | 101110 |
Color Harmonies of #31BC98
Complementary color
Monochromatic Colors of #31BC98
Black with #31BC98
Text Example
Text Example
White with #31BC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BC98; }
p { color: rgb(49,188,152); }
H1.HeaderClassName
{
color: #31BC98;
}
.AnyTagClassName
{
color: #31BC98;
}
</style>
background-color css
<style>
a { background-color: #31BC98; }
a { background-color: rgb(49,188,152); }
div.DivClassName
{
background-color: #31BC98;
}
.BgClassName
{
background-color: #31BC98;
}
</style>
border-color css
<style>
span { border-color: #31BC98; }
span { border-color: rgb(49,188,152); }
td.TdClassName
{
border-color: #31BC98;
}
.TagClassName
{
border-color: #31BC98;
}
</style>