Shades of Medium Sea Green #31B378
Tints of Medium Sea Green #31B378
RGB
CMYK
RGB Variations
Color information
#31B378 (or 0x31B378) is known color: Medium Sea Green. HEX triplet: 31, B3 and 78. RGB value is (49,179,120). Sum of RGB (Red+Green+Blue) = 49+179+120=348 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.08% from 348); Green value is 179 (70.31% from 255 or 51.44% from 348); Blue value is 120 (47.27% from 255 or 34.48% from 348); Max value from RGB is 179 - color contains mainly: green. Hex color #31B378 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31B378 is #CE4C87. Grayscale: #858585. Windows color (decimal): -13520008 or 7910193. OLE color: 7910193.
HSL color Cylindrical-coordinate representation of color #31B378: hue angle of 152.77º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31B378 is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 49 | 179 | 120 | - |
| CMYK | 0.73 | 0 | 0.33 | 0.30 |
| HSL | 152.77º | 0.57% | 0.45% | - |
| HSV(B) | 152.77º | 0.73% | 0.7% | - |
| XYZ | 20.78 | 34.25 | 23.29 | - |
| YUV | 133.4 | 120.43 | 67.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 179 | 120 | 0.73 | 0 | 0.33 | 0.30 | 152.77 | 0.57 | 0.45 |
| Hex | 31 | B3 | 78 | 49 | 0 | 21 | 1E | 99 | 39 | 2D |
| Octal | 61 | 263 | 170 | 111 | 0 | 41 | 36 | 231 | 71 | 55 |
| Binary | 110001 | 10110011 | 1111000 | 1001001 | 0 | 100001 | 11110 | 10011001 | 111001 | 101101 |
Color Harmonies of #31B378
Complementary color
Monochromatic Colors of #31B378
Black with #31B378
Text Example
Text Example
White with #31B378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B378; }
p { color: rgb(49,179,120); }
H1.HeaderClassName
{
color: #31B378;
}
.AnyTagClassName
{
color: #31B378;
}
</style>
background-color css
<style>
a { background-color: #31B378; }
a { background-color: rgb(49,179,120); }
div.DivClassName
{
background-color: #31B378;
}
.BgClassName
{
background-color: #31B378;
}
</style>
border-color css
<style>
span { border-color: #31B378; }
span { border-color: rgb(49,179,120); }
td.TdClassName
{
border-color: #31B378;
}
.TagClassName
{
border-color: #31B378;
}
</style>