Shades of Medium Sea Green #31BE74
Tints of Medium Sea Green #31BE74
RGB
CMYK
RGB Variations
Color information
#31BE74 (or 0x31BE74) is known color: Medium Sea Green. HEX triplet: 31, BE and 74. RGB value is (49,190,116). Sum of RGB (Red+Green+Blue) = 49+190+116=355 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.80% from 355); Green value is 190 (74.61% from 255 or 53.52% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 190 - color contains mainly: green. Hex color #31BE74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BE74 is #CE418B. Grayscale: #8B8B8B. Windows color (decimal): -13517196 or 7650865. OLE color: 7650865.
HSL color Cylindrical-coordinate representation of color #31BE74: hue angle of 148.51º 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 #31BE74 is Cyan = 0.74, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 190 | 116 | - |
| CMYK | 0.74 | 0 | 0.39 | 0.25 |
| HSL | 148.51º | 0.59% | 0.47% | - |
| HSV(B) | 148.51º | 0.74% | 0.75% | - |
| XYZ | 22.83 | 38.74 | 22.8 | - |
| YUV | 139.41 | 114.79 | 63.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 190 | 116 | 0.74 | 0 | 0.39 | 0.25 | 148.51 | 0.59 | 0.47 |
| Hex | 31 | BE | 74 | 4A | 0 | 27 | 19 | 95 | 3B | 2F |
| Octal | 61 | 276 | 164 | 112 | 0 | 47 | 31 | 225 | 73 | 57 |
| Binary | 110001 | 10111110 | 1110100 | 1001010 | 0 | 100111 | 11001 | 10010101 | 111011 | 101111 |
Color Harmonies of #31BE74
Complementary color
Monochromatic Colors of #31BE74
Black with #31BE74
Text Example
Text Example
White with #31BE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BE74; }
p { color: rgb(49,190,116); }
H1.HeaderClassName
{
color: #31BE74;
}
.AnyTagClassName
{
color: #31BE74;
}
</style>
background-color css
<style>
a { background-color: #31BE74; }
a { background-color: rgb(49,190,116); }
div.DivClassName
{
background-color: #31BE74;
}
.BgClassName
{
background-color: #31BE74;
}
</style>
border-color css
<style>
span { border-color: #31BE74; }
span { border-color: rgb(49,190,116); }
td.TdClassName
{
border-color: #31BE74;
}
.TagClassName
{
border-color: #31BE74;
}
</style>