Shades of Medium Sea Green #31AD64
Tints of Medium Sea Green #31AD64
RGB
CMYK
RGB Variations
Color information
#31AD64 (or 0x31AD64) is known color: Medium Sea Green. HEX triplet: 31, AD and 64. RGB value is (49,173,100). Sum of RGB (Red+Green+Blue) = 49+173+100=322 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.22% from 322); Green value is 173 (67.97% from 255 or 53.73% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 173 - color contains mainly: green. Hex color #31AD64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31AD64 is #CE529B. Grayscale: #7F7F7F. Windows color (decimal): -13521564 or 6597937. OLE color: 6597937.
HSL color Cylindrical-coordinate representation of color #31AD64: hue angle of 144.68º 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 #31AD64 is Cyan = 0.72, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 173 | 100 | - |
| CMYK | 0.72 | 0 | 0.42 | 0.32 |
| HSL | 144.68º | 0.56% | 0.44% | - |
| HSV(B) | 144.68º | 0.72% | 0.68% | - |
| XYZ | 18.51 | 31.46 | 17.15 | - |
| YUV | 127.6 | 112.42 | 71.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 173 | 100 | 0.72 | 0 | 0.42 | 0.32 | 144.68 | 0.56 | 0.44 |
| Hex | 31 | AD | 64 | 48 | 0 | 2A | 20 | 91 | 38 | 2C |
| Octal | 61 | 255 | 144 | 110 | 0 | 52 | 40 | 221 | 70 | 54 |
| Binary | 110001 | 10101101 | 1100100 | 1001000 | 0 | 101010 | 100000 | 10010001 | 111000 | 101100 |
Color Harmonies of #31AD64
Complementary color
Monochromatic Colors of #31AD64
Black with #31AD64
Text Example
Text Example
White with #31AD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AD64; }
p { color: rgb(49,173,100); }
H1.HeaderClassName
{
color: #31AD64;
}
.AnyTagClassName
{
color: #31AD64;
}
</style>
background-color css
<style>
a { background-color: #31AD64; }
a { background-color: rgb(49,173,100); }
div.DivClassName
{
background-color: #31AD64;
}
.BgClassName
{
background-color: #31AD64;
}
</style>
border-color css
<style>
span { border-color: #31AD64; }
span { border-color: rgb(49,173,100); }
td.TdClassName
{
border-color: #31AD64;
}
.TagClassName
{
border-color: #31AD64;
}
</style>