Shades of Medium Sea Green #31BF7E
Tints of Medium Sea Green #31BF7E
RGB
CMYK
RGB Variations
Color information
#31BF7E (or 0x31BF7E) is known color: Medium Sea Green. HEX triplet: 31, BF and 7E. RGB value is (49,191,126). Sum of RGB (Red+Green+Blue) = 49+191+126=366 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.39% from 366); Green value is 191 (75% from 255 or 52.19% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 191 - color contains mainly: green. Hex color #31BF7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BF7E is #CE4081. Grayscale: #8D8D8D. Windows color (decimal): -13516930 or 8306481. OLE color: 8306481.
HSL color Cylindrical-coordinate representation of color #31BF7E: hue angle of 152.54º 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 #31BF7E is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 191 | 126 | - |
| CMYK | 0.74 | 0 | 0.34 | 0.25 |
| HSL | 152.54º | 0.59% | 0.47% | - |
| HSV(B) | 152.54º | 0.74% | 0.75% | - |
| XYZ | 23.66 | 39.42 | 26.1 | - |
| YUV | 141.13 | 119.46 | 62.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 191 | 126 | 0.74 | 0 | 0.34 | 0.25 | 152.54 | 0.59 | 0.47 |
| Hex | 31 | BF | 7E | 4A | 0 | 22 | 19 | 99 | 3B | 2F |
| Octal | 61 | 277 | 176 | 112 | 0 | 42 | 31 | 231 | 73 | 57 |
| Binary | 110001 | 10111111 | 1111110 | 1001010 | 0 | 100010 | 11001 | 10011001 | 111011 | 101111 |
Color Harmonies of #31BF7E
Complementary color
Monochromatic Colors of #31BF7E
Black with #31BF7E
Text Example
Text Example
White with #31BF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BF7E; }
p { color: rgb(49,191,126); }
H1.HeaderClassName
{
color: #31BF7E;
}
.AnyTagClassName
{
color: #31BF7E;
}
</style>
background-color css
<style>
a { background-color: #31BF7E; }
a { background-color: rgb(49,191,126); }
div.DivClassName
{
background-color: #31BF7E;
}
.BgClassName
{
background-color: #31BF7E;
}
</style>
border-color css
<style>
span { border-color: #31BF7E; }
span { border-color: rgb(49,191,126); }
td.TdClassName
{
border-color: #31BF7E;
}
.TagClassName
{
border-color: #31BF7E;
}
</style>