Shades of Medium Sea Green #31AD78
Tints of Medium Sea Green #31AD78
RGB
CMYK
RGB Variations
Color information
#31AD78 (or 0x31AD78) is known color: Medium Sea Green. HEX triplet: 31, AD and 78. RGB value is (49,173,120). Sum of RGB (Red+Green+Blue) = 49+173+120=342 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.33% from 342); Green value is 173 (67.97% from 255 or 50.58% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 173 - color contains mainly: green. Hex color #31AD78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31AD78 is #CE5287. Grayscale: #818181. Windows color (decimal): -13521544 or 7908657. OLE color: 7908657.
HSL color Cylindrical-coordinate representation of color #31AD78: hue angle of 154.35º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31AD78 is Cyan = 0.72, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 173 | 120 | - |
| CMYK | 0.72 | 0 | 0.31 | 0.32 |
| HSL | 154.35º | 0.56% | 0.44% | - |
| HSV(B) | 154.35º | 0.72% | 0.68% | - |
| XYZ | 19.6 | 31.9 | 22.89 | - |
| YUV | 129.88 | 122.42 | 70.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 173 | 120 | 0.72 | 0 | 0.31 | 0.32 | 154.35 | 0.56 | 0.44 |
| Hex | 31 | AD | 78 | 48 | 0 | 1F | 20 | 9A | 38 | 2C |
| Octal | 61 | 255 | 170 | 110 | 0 | 37 | 40 | 232 | 70 | 54 |
| Binary | 110001 | 10101101 | 1111000 | 1001000 | 0 | 11111 | 100000 | 10011010 | 111000 | 101100 |
Color Harmonies of #31AD78
Complementary color
Monochromatic Colors of #31AD78
Black with #31AD78
Text Example
Text Example
White with #31AD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AD78; }
p { color: rgb(49,173,120); }
H1.HeaderClassName
{
color: #31AD78;
}
.AnyTagClassName
{
color: #31AD78;
}
</style>
background-color css
<style>
a { background-color: #31AD78; }
a { background-color: rgb(49,173,120); }
div.DivClassName
{
background-color: #31AD78;
}
.BgClassName
{
background-color: #31AD78;
}
</style>
border-color css
<style>
span { border-color: #31AD78; }
span { border-color: rgb(49,173,120); }
td.TdClassName
{
border-color: #31AD78;
}
.TagClassName
{
border-color: #31AD78;
}
</style>