Shades of Medium Sea Green #31BA5C
Tints of Medium Sea Green #31BA5C
RGB
CMYK
RGB Variations
Color information
#31BA5C (or 0x31BA5C) is known color: Medium Sea Green. HEX triplet: 31, BA and 5C. RGB value is (49,186,92). Sum of RGB (Red+Green+Blue) = 49+186+92=327 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.98% from 327); Green value is 186 (73.05% from 255 or 56.88% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 186 - color contains mainly: green. Hex color #31BA5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BA5C is #CE45A3. Grayscale: #868686. Windows color (decimal): -13518244 or 6076977. OLE color: 6076977.
HSL color Cylindrical-coordinate representation of color #31BA5C: hue angle of 138.83º 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 #31BA5C is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 186 | 92 | - |
| CMYK | 0.74 | 0 | 0.51 | 0.27 |
| HSL | 138.83º | 0.58% | 0.46% | - |
| HSV(B) | 138.83º | 0.74% | 0.73% | - |
| XYZ | 20.76 | 36.54 | 16.08 | - |
| YUV | 134.32 | 104.11 | 67.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 186 | 92 | 0.74 | 0 | 0.51 | 0.27 | 138.83 | 0.58 | 0.46 |
| Hex | 31 | BA | 5C | 4A | 0 | 33 | 1B | 8B | 3A | 2E |
| Octal | 61 | 272 | 134 | 112 | 0 | 63 | 33 | 213 | 72 | 56 |
| Binary | 110001 | 10111010 | 1011100 | 1001010 | 0 | 110011 | 11011 | 10001011 | 111010 | 101110 |
Color Harmonies of #31BA5C
Complementary color
Monochromatic Colors of #31BA5C
Black with #31BA5C
Text Example
Text Example
White with #31BA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BA5C; }
p { color: rgb(49,186,92); }
H1.HeaderClassName
{
color: #31BA5C;
}
.AnyTagClassName
{
color: #31BA5C;
}
</style>
background-color css
<style>
a { background-color: #31BA5C; }
a { background-color: rgb(49,186,92); }
div.DivClassName
{
background-color: #31BA5C;
}
.BgClassName
{
background-color: #31BA5C;
}
</style>
border-color css
<style>
span { border-color: #31BA5C; }
span { border-color: rgb(49,186,92); }
td.TdClassName
{
border-color: #31BA5C;
}
.TagClassName
{
border-color: #31BA5C;
}
</style>