Shades of Medium Sea Green #31BC5D
Tints of Medium Sea Green #31BC5D
RGB
CMYK
RGB Variations
Color information
#31BC5D (or 0x31BC5D) is known color: Medium Sea Green. HEX triplet: 31, BC and 5D. RGB value is (49,188,93). Sum of RGB (Red+Green+Blue) = 49+188+93=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 188 (73.83% from 255 or 56.97% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 188 - color contains mainly: green. Hex color #31BC5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BC5D is #CE43A2. Grayscale: #878787. Windows color (decimal): -13517731 or 6143025. OLE color: 6143025.
HSL color Cylindrical-coordinate representation of color #31BC5D: hue angle of 138.99º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BC5D is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 188 | 93 | - |
| CMYK | 0.74 | 0 | 0.51 | 0.26 |
| HSL | 138.99º | 0.59% | 0.46% | - |
| HSV(B) | 138.99º | 0.74% | 0.74% | - |
| XYZ | 21.23 | 37.41 | 16.46 | - |
| YUV | 135.61 | 103.95 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 188 | 93 | 0.74 | 0 | 0.51 | 0.26 | 138.99 | 0.59 | 0.46 |
| Hex | 31 | BC | 5D | 4A | 0 | 33 | 1A | 8B | 3B | 2E |
| Octal | 61 | 274 | 135 | 112 | 0 | 63 | 32 | 213 | 73 | 56 |
| Binary | 110001 | 10111100 | 1011101 | 1001010 | 0 | 110011 | 11010 | 10001011 | 111011 | 101110 |
Color Harmonies of #31BC5D
Complementary color
Monochromatic Colors of #31BC5D
Black with #31BC5D
Text Example
Text Example
White with #31BC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BC5D; }
p { color: rgb(49,188,93); }
H1.HeaderClassName
{
color: #31BC5D;
}
.AnyTagClassName
{
color: #31BC5D;
}
</style>
background-color css
<style>
a { background-color: #31BC5D; }
a { background-color: rgb(49,188,93); }
div.DivClassName
{
background-color: #31BC5D;
}
.BgClassName
{
background-color: #31BC5D;
}
</style>
border-color css
<style>
span { border-color: #31BC5D; }
span { border-color: rgb(49,188,93); }
td.TdClassName
{
border-color: #31BC5D;
}
.TagClassName
{
border-color: #31BC5D;
}
</style>