Shades of Medium Sea Green #31BA5D
Tints of Medium Sea Green #31BA5D
RGB
CMYK
RGB Variations
Color information
#31BA5D (or 0x31BA5D) is known color: Medium Sea Green. HEX triplet: 31, BA and 5D. RGB value is (49,186,93). Sum of RGB (Red+Green+Blue) = 49+186+93=328 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.94% from 328); Green value is 186 (73.05% from 255 or 56.71% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 186 - color contains mainly: green. Hex color #31BA5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BA5D is #CE45A2. Grayscale: #868686. Windows color (decimal): -13518243 or 6142513. OLE color: 6142513.
HSL color Cylindrical-coordinate representation of color #31BA5D: hue angle of 139.27º 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 #31BA5D is Cyan = 0.74, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 186 | 93 | - |
| CMYK | 0.74 | 0 | 0.5 | 0.27 |
| HSL | 139.27º | 0.58% | 0.46% | - |
| HSV(B) | 139.27º | 0.74% | 0.73% | - |
| XYZ | 20.8 | 36.56 | 16.32 | - |
| YUV | 134.44 | 104.61 | 67.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 186 | 93 | 0.74 | 0 | 0.5 | 0.27 | 139.27 | 0.58 | 0.46 |
| Hex | 31 | BA | 5D | 4A | 0 | 32 | 1B | 8B | 3A | 2E |
| Octal | 61 | 272 | 135 | 112 | 0 | 62 | 33 | 213 | 72 | 56 |
| Binary | 110001 | 10111010 | 1011101 | 1001010 | 0 | 110010 | 11011 | 10001011 | 111010 | 101110 |
Color Harmonies of #31BA5D
Complementary color
Monochromatic Colors of #31BA5D
Black with #31BA5D
Text Example
Text Example
White with #31BA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BA5D; }
p { color: rgb(49,186,93); }
H1.HeaderClassName
{
color: #31BA5D;
}
.AnyTagClassName
{
color: #31BA5D;
}
</style>
background-color css
<style>
a { background-color: #31BA5D; }
a { background-color: rgb(49,186,93); }
div.DivClassName
{
background-color: #31BA5D;
}
.BgClassName
{
background-color: #31BA5D;
}
</style>
border-color css
<style>
span { border-color: #31BA5D; }
span { border-color: rgb(49,186,93); }
td.TdClassName
{
border-color: #31BA5D;
}
.TagClassName
{
border-color: #31BA5D;
}
</style>