Shades of Shamrock #31BC9C
Tints of Shamrock #31BC9C
RGB
CMYK
RGB Variations
Color information
#31BC9C (or 0x31BC9C) is known color: Shamrock. HEX triplet: 31, BC and 9C. RGB value is (49,188,156). Sum of RGB (Red+Green+Blue) = 49+188+156=393 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.47% from 393); Green value is 188 (73.83% from 255 or 47.84% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 188 - color contains mainly: green. Hex color #31BC9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BC9C is #CE4363. Grayscale: #8E8E8E. Windows color (decimal): -13517668 or 10271793. OLE color: 10271793.
HSL color Cylindrical-coordinate representation of color #31BC9C: hue angle of 166.19º 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 #31BC9C is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 188 | 156 | - |
| CMYK | 0.74 | 0 | 0.17 | 0.26 |
| HSL | 166.19º | 0.59% | 0.46% | - |
| HSV(B) | 166.19º | 0.74% | 0.74% | - |
| XYZ | 25.25 | 39.02 | 37.65 | - |
| YUV | 142.79 | 135.45 | 61.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 188 | 156 | 0.74 | 0 | 0.17 | 0.26 | 166.19 | 0.59 | 0.46 |
| Hex | 31 | BC | 9C | 4A | 0 | 11 | 1A | A6 | 3B | 2E |
| Octal | 61 | 274 | 234 | 112 | 0 | 21 | 32 | 246 | 73 | 56 |
| Binary | 110001 | 10111100 | 10011100 | 1001010 | 0 | 10001 | 11010 | 10100110 | 111011 | 101110 |
Color Harmonies of #31BC9C
Complementary color
Monochromatic Colors of #31BC9C
Black with #31BC9C
Text Example
Text Example
White with #31BC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BC9C; }
p { color: rgb(49,188,156); }
H1.HeaderClassName
{
color: #31BC9C;
}
.AnyTagClassName
{
color: #31BC9C;
}
</style>
background-color css
<style>
a { background-color: #31BC9C; }
a { background-color: rgb(49,188,156); }
div.DivClassName
{
background-color: #31BC9C;
}
.BgClassName
{
background-color: #31BC9C;
}
</style>
border-color css
<style>
span { border-color: #31BC9C; }
span { border-color: rgb(49,188,156); }
td.TdClassName
{
border-color: #31BC9C;
}
.TagClassName
{
border-color: #31BC9C;
}
</style>