Shades of Medium Sea Green #31BB7E
Tints of Medium Sea Green #31BB7E
RGB
CMYK
RGB Variations
Color information
#31BB7E (or 0x31BB7E) is known color: Medium Sea Green. HEX triplet: 31, BB and 7E. RGB value is (49,187,126). Sum of RGB (Red+Green+Blue) = 49+187+126=362 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.54% from 362); Green value is 187 (73.44% from 255 or 51.66% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 187 - color contains mainly: green. Hex color #31BB7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BB7E is #CE4481. Grayscale: #8A8A8A. Windows color (decimal): -13517954 or 8305457. OLE color: 8305457.
HSL color Cylindrical-coordinate representation of color #31BB7E: hue angle of 153.48º 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 #31BB7E is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 187 | 126 | - |
| CMYK | 0.74 | 0 | 0.33 | 0.27 |
| HSL | 153.48º | 0.58% | 0.46% | - |
| HSV(B) | 153.48º | 0.74% | 0.73% | - |
| XYZ | 22.8 | 37.7 | 25.81 | - |
| YUV | 138.78 | 120.78 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 187 | 126 | 0.74 | 0 | 0.33 | 0.27 | 153.48 | 0.58 | 0.46 |
| Hex | 31 | BB | 7E | 4A | 0 | 21 | 1B | 99 | 3A | 2E |
| Octal | 61 | 273 | 176 | 112 | 0 | 41 | 33 | 231 | 72 | 56 |
| Binary | 110001 | 10111011 | 1111110 | 1001010 | 0 | 100001 | 11011 | 10011001 | 111010 | 101110 |
Color Harmonies of #31BB7E
Complementary color
Monochromatic Colors of #31BB7E
Black with #31BB7E
Text Example
Text Example
White with #31BB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BB7E; }
p { color: rgb(49,187,126); }
H1.HeaderClassName
{
color: #31BB7E;
}
.AnyTagClassName
{
color: #31BB7E;
}
</style>
background-color css
<style>
a { background-color: #31BB7E; }
a { background-color: rgb(49,187,126); }
div.DivClassName
{
background-color: #31BB7E;
}
.BgClassName
{
background-color: #31BB7E;
}
</style>
border-color css
<style>
span { border-color: #31BB7E; }
span { border-color: rgb(49,187,126); }
td.TdClassName
{
border-color: #31BB7E;
}
.TagClassName
{
border-color: #31BB7E;
}
</style>