Shades of Shamrock #31BA9A
Tints of Shamrock #31BA9A
RGB
CMYK
RGB Variations
Color information
#31BA9A (or 0x31BA9A) is known color: Shamrock. HEX triplet: 31, BA and 9A. RGB value is (49,186,154). Sum of RGB (Red+Green+Blue) = 49+186+154=389 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.60% from 389); Green value is 186 (73.05% from 255 or 47.81% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 186 - color contains mainly: green. Hex color #31BA9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BA9A is #CE4565. Grayscale: #8D8D8D. Windows color (decimal): -13518182 or 10140209. OLE color: 10140209.
HSL color Cylindrical-coordinate representation of color #31BA9A: hue angle of 165.99º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BA9A is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 186 | 154 | - |
| CMYK | 0.74 | 0 | 0.17 | 0.27 |
| HSL | 165.99º | 0.58% | 0.46% | - |
| HSV(B) | 165.99º | 0.74% | 0.73% | - |
| XYZ | 24.66 | 38.1 | 36.63 | - |
| YUV | 141.39 | 135.11 | 62.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 186 | 154 | 0.74 | 0 | 0.17 | 0.27 | 165.99 | 0.58 | 0.46 |
| Hex | 31 | BA | 9A | 4A | 0 | 11 | 1B | A6 | 3A | 2E |
| Octal | 61 | 272 | 232 | 112 | 0 | 21 | 33 | 246 | 72 | 56 |
| Binary | 110001 | 10111010 | 10011010 | 1001010 | 0 | 10001 | 11011 | 10100110 | 111010 | 101110 |
Color Harmonies of #31BA9A
Complementary color
Monochromatic Colors of #31BA9A
Black with #31BA9A
Text Example
Text Example
White with #31BA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BA9A; }
p { color: rgb(49,186,154); }
H1.HeaderClassName
{
color: #31BA9A;
}
.AnyTagClassName
{
color: #31BA9A;
}
</style>
background-color css
<style>
a { background-color: #31BA9A; }
a { background-color: rgb(49,186,154); }
div.DivClassName
{
background-color: #31BA9A;
}
.BgClassName
{
background-color: #31BA9A;
}
</style>
border-color css
<style>
span { border-color: #31BA9A; }
span { border-color: rgb(49,186,154); }
td.TdClassName
{
border-color: #31BA9A;
}
.TagClassName
{
border-color: #31BA9A;
}
</style>