Shades of Shamrock #31BC9E
Tints of Shamrock #31BC9E
RGB
CMYK
RGB Variations
Color information
#31BC9E (or 0x31BC9E) is known color: Shamrock. HEX triplet: 31, BC and 9E. RGB value is (49,188,158). Sum of RGB (Red+Green+Blue) = 49+188+158=395 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.41% from 395); Green value is 188 (73.83% from 255 or 47.59% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 188 - color contains mainly: green. Hex color #31BC9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BC9E is #CE4361. Grayscale: #8F8F8F. Windows color (decimal): -13517666 or 10402865. OLE color: 10402865.
HSL color Cylindrical-coordinate representation of color #31BC9E: hue angle of 167.05º 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 #31BC9E is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 188 | 158 | - |
| CMYK | 0.74 | 0 | 0.16 | 0.26 |
| HSL | 167.05º | 0.59% | 0.46% | - |
| HSV(B) | 167.05º | 0.74% | 0.74% | - |
| XYZ | 25.42 | 39.09 | 38.55 | - |
| YUV | 143.02 | 136.45 | 60.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 188 | 158 | 0.74 | 0 | 0.16 | 0.26 | 167.05 | 0.59 | 0.46 |
| Hex | 31 | BC | 9E | 4A | 0 | 10 | 1A | A7 | 3B | 2E |
| Octal | 61 | 274 | 236 | 112 | 0 | 20 | 32 | 247 | 73 | 56 |
| Binary | 110001 | 10111100 | 10011110 | 1001010 | 0 | 10000 | 11010 | 10100111 | 111011 | 101110 |
Color Harmonies of #31BC9E
Complementary color
Monochromatic Colors of #31BC9E
Black with #31BC9E
Text Example
Text Example
White with #31BC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BC9E; }
p { color: rgb(49,188,158); }
H1.HeaderClassName
{
color: #31BC9E;
}
.AnyTagClassName
{
color: #31BC9E;
}
</style>
background-color css
<style>
a { background-color: #31BC9E; }
a { background-color: rgb(49,188,158); }
div.DivClassName
{
background-color: #31BC9E;
}
.BgClassName
{
background-color: #31BC9E;
}
</style>
border-color css
<style>
span { border-color: #31BC9E; }
span { border-color: rgb(49,188,158); }
td.TdClassName
{
border-color: #31BC9E;
}
.TagClassName
{
border-color: #31BC9E;
}
</style>