Shades of Shamrock #31BF9E
Tints of Shamrock #31BF9E
RGB
CMYK
RGB Variations
Color information
#31BF9E (or 0x31BF9E) is known color: Shamrock. HEX triplet: 31, BF and 9E. RGB value is (49,191,158). Sum of RGB (Red+Green+Blue) = 49+191+158=398 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.31% from 398); Green value is 191 (75% from 255 or 47.99% from 398); Blue value is 158 (62.11% from 255 or 39.70% from 398); Max value from RGB is 191 - color contains mainly: green. Hex color #31BF9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BF9E is #CE4061. Grayscale: #909090. Windows color (decimal): -13516898 or 10403633. OLE color: 10403633.
HSL color Cylindrical-coordinate representation of color #31BF9E: hue angle of 166.06º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BF9E is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 191 | 158 | - |
| CMYK | 0.74 | 0 | 0.17 | 0.25 |
| HSL | 166.06º | 0.59% | 0.47% | - |
| HSV(B) | 166.06º | 0.74% | 0.75% | - |
| XYZ | 26.07 | 40.38 | 38.77 | - |
| YUV | 144.78 | 135.46 | 59.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 191 | 158 | 0.74 | 0 | 0.17 | 0.25 | 166.06 | 0.59 | 0.47 |
| Hex | 31 | BF | 9E | 4A | 0 | 11 | 19 | A6 | 3B | 2F |
| Octal | 61 | 277 | 236 | 112 | 0 | 21 | 31 | 246 | 73 | 57 |
| Binary | 110001 | 10111111 | 10011110 | 1001010 | 0 | 10001 | 11001 | 10100110 | 111011 | 101111 |
Color Harmonies of #31BF9E
Complementary color
Monochromatic Colors of #31BF9E
Black with #31BF9E
Text Example
Text Example
White with #31BF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BF9E; }
p { color: rgb(49,191,158); }
H1.HeaderClassName
{
color: #31BF9E;
}
.AnyTagClassName
{
color: #31BF9E;
}
</style>
background-color css
<style>
a { background-color: #31BF9E; }
a { background-color: rgb(49,191,158); }
div.DivClassName
{
background-color: #31BF9E;
}
.BgClassName
{
background-color: #31BF9E;
}
</style>
border-color css
<style>
span { border-color: #31BF9E; }
span { border-color: rgb(49,191,158); }
td.TdClassName
{
border-color: #31BF9E;
}
.TagClassName
{
border-color: #31BF9E;
}
</style>