Shades of Medium Sea Green #31BA7C
Tints of Medium Sea Green #31BA7C
RGB
CMYK
RGB Variations
Color information
#31BA7C (or 0x31BA7C) is known color: Medium Sea Green. HEX triplet: 31, BA and 7C. RGB value is (49,186,124). Sum of RGB (Red+Green+Blue) = 49+186+124=359 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.65% from 359); Green value is 186 (73.05% from 255 or 51.81% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 186 - color contains mainly: green. Hex color #31BA7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BA7C is #CE4583. Grayscale: #8A8A8A. Windows color (decimal): -13518212 or 8174129. OLE color: 8174129.
HSL color Cylindrical-coordinate representation of color #31BA7C: hue angle of 152.85º 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 #31BA7C is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 186 | 124 | - |
| CMYK | 0.74 | 0 | 0.33 | 0.27 |
| HSL | 152.85º | 0.58% | 0.46% | - |
| HSV(B) | 152.85º | 0.74% | 0.73% | - |
| XYZ | 22.46 | 37.23 | 25.07 | - |
| YUV | 137.97 | 120.11 | 64.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 186 | 124 | 0.74 | 0 | 0.33 | 0.27 | 152.85 | 0.58 | 0.46 |
| Hex | 31 | BA | 7C | 4A | 0 | 21 | 1B | 99 | 3A | 2E |
| Octal | 61 | 272 | 174 | 112 | 0 | 41 | 33 | 231 | 72 | 56 |
| Binary | 110001 | 10111010 | 1111100 | 1001010 | 0 | 100001 | 11011 | 10011001 | 111010 | 101110 |
Color Harmonies of #31BA7C
Complementary color
Monochromatic Colors of #31BA7C
Black with #31BA7C
Text Example
Text Example
White with #31BA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BA7C; }
p { color: rgb(49,186,124); }
H1.HeaderClassName
{
color: #31BA7C;
}
.AnyTagClassName
{
color: #31BA7C;
}
</style>
background-color css
<style>
a { background-color: #31BA7C; }
a { background-color: rgb(49,186,124); }
div.DivClassName
{
background-color: #31BA7C;
}
.BgClassName
{
background-color: #31BA7C;
}
</style>
border-color css
<style>
span { border-color: #31BA7C; }
span { border-color: rgb(49,186,124); }
td.TdClassName
{
border-color: #31BA7C;
}
.TagClassName
{
border-color: #31BA7C;
}
</style>