Shades of Shamrock #31BC9F
Tints of Shamrock #31BC9F
RGB
CMYK
RGB Variations
Color information
#31BC9F (or 0x31BC9F) is known color: Shamrock. HEX triplet: 31, BC and 9F. RGB value is (49,188,159). Sum of RGB (Red+Green+Blue) = 49+188+159=396 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.37% from 396); Green value is 188 (73.83% from 255 or 47.47% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 188 - color contains mainly: green. Hex color #31BC9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BC9F is #CE4360. Grayscale: #8F8F8F. Windows color (decimal): -13517665 or 10468401. OLE color: 10468401.
HSL color Cylindrical-coordinate representation of color #31BC9F: hue angle of 167.48º 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 #31BC9F is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 188 | 159 | - |
| CMYK | 0.74 | 0 | 0.15 | 0.26 |
| HSL | 167.48º | 0.59% | 0.46% | - |
| HSV(B) | 167.48º | 0.74% | 0.74% | - |
| XYZ | 25.51 | 39.12 | 39.01 | - |
| YUV | 143.13 | 136.95 | 60.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 188 | 159 | 0.74 | 0 | 0.15 | 0.26 | 167.48 | 0.59 | 0.46 |
| Hex | 31 | BC | 9F | 4A | 0 | F | 1A | A7 | 3B | 2E |
| Octal | 61 | 274 | 237 | 112 | 0 | 17 | 32 | 247 | 73 | 56 |
| Binary | 110001 | 10111100 | 10011111 | 1001010 | 0 | 1111 | 11010 | 10100111 | 111011 | 101110 |
Color Harmonies of #31BC9F
Complementary color
Monochromatic Colors of #31BC9F
Black with #31BC9F
Text Example
Text Example
White with #31BC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BC9F; }
p { color: rgb(49,188,159); }
H1.HeaderClassName
{
color: #31BC9F;
}
.AnyTagClassName
{
color: #31BC9F;
}
</style>
background-color css
<style>
a { background-color: #31BC9F; }
a { background-color: rgb(49,188,159); }
div.DivClassName
{
background-color: #31BC9F;
}
.BgClassName
{
background-color: #31BC9F;
}
</style>
border-color css
<style>
span { border-color: #31BC9F; }
span { border-color: rgb(49,188,159); }
td.TdClassName
{
border-color: #31BC9F;
}
.TagClassName
{
border-color: #31BC9F;
}
</style>