Shades of Medium Sea Green #31BF70
Tints of Medium Sea Green #31BF70
RGB
CMYK
RGB Variations
Color information
#31BF70 (or 0x31BF70) is known color: Medium Sea Green. HEX triplet: 31, BF and 70. RGB value is (49,191,112). Sum of RGB (Red+Green+Blue) = 49+191+112=352 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.92% from 352); Green value is 191 (75% from 255 or 54.26% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 191 - color contains mainly: green. Hex color #31BF70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BF70 is #CE408F. Grayscale: #8B8B8B. Windows color (decimal): -13516944 or 7388977. OLE color: 7388977.
HSL color Cylindrical-coordinate representation of color #31BF70: hue angle of 146.62º 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 #31BF70 is Cyan = 0.74, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 191 | 112 | - |
| CMYK | 0.74 | 0 | 0.41 | 0.25 |
| HSL | 146.62º | 0.59% | 0.47% | - |
| HSV(B) | 146.62º | 0.74% | 0.75% | - |
| XYZ | 22.82 | 39.08 | 21.67 | - |
| YUV | 139.54 | 112.46 | 63.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 191 | 112 | 0.74 | 0 | 0.41 | 0.25 | 146.62 | 0.59 | 0.47 |
| Hex | 31 | BF | 70 | 4A | 0 | 29 | 19 | 93 | 3B | 2F |
| Octal | 61 | 277 | 160 | 112 | 0 | 51 | 31 | 223 | 73 | 57 |
| Binary | 110001 | 10111111 | 1110000 | 1001010 | 0 | 101001 | 11001 | 10010011 | 111011 | 101111 |
Color Harmonies of #31BF70
Complementary color
Monochromatic Colors of #31BF70
Black with #31BF70
Text Example
Text Example
White with #31BF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BF70; }
p { color: rgb(49,191,112); }
H1.HeaderClassName
{
color: #31BF70;
}
.AnyTagClassName
{
color: #31BF70;
}
</style>
background-color css
<style>
a { background-color: #31BF70; }
a { background-color: rgb(49,191,112); }
div.DivClassName
{
background-color: #31BF70;
}
.BgClassName
{
background-color: #31BF70;
}
</style>
border-color css
<style>
span { border-color: #31BF70; }
span { border-color: rgb(49,191,112); }
td.TdClassName
{
border-color: #31BF70;
}
.TagClassName
{
border-color: #31BF70;
}
</style>