Shades of Medium Sea Green #31AC64
Tints of Medium Sea Green #31AC64
RGB
CMYK
RGB Variations
Color information
#31AC64 (or 0x31AC64) is known color: Medium Sea Green. HEX triplet: 31, AC and 64. RGB value is (49,172,100). Sum of RGB (Red+Green+Blue) = 49+172+100=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 172 (67.58% from 255 or 53.58% from 321); Blue value is 100 (39.45% from 255 or 31.15% from 321); Max value from RGB is 172 - color contains mainly: green. Hex color #31AC64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31AC64 is #CE539B. Grayscale: #7F7F7F. Windows color (decimal): -13521820 or 6597681. OLE color: 6597681.
HSL color Cylindrical-coordinate representation of color #31AC64: hue angle of 144.88º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31AC64 is Cyan = 0.72, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 172 | 100 | - |
| CMYK | 0.72 | 0 | 0.42 | 0.33 |
| HSL | 144.88º | 0.56% | 0.43% | - |
| HSV(B) | 144.88º | 0.72% | 0.67% | - |
| XYZ | 18.32 | 31.08 | 17.09 | - |
| YUV | 127.02 | 112.75 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 172 | 100 | 0.72 | 0 | 0.42 | 0.33 | 144.88 | 0.56 | 0.43 |
| Hex | 31 | AC | 64 | 48 | 0 | 2A | 21 | 91 | 38 | 2B |
| Octal | 61 | 254 | 144 | 110 | 0 | 52 | 41 | 221 | 70 | 53 |
| Binary | 110001 | 10101100 | 1100100 | 1001000 | 0 | 101010 | 100001 | 10010001 | 111000 | 101011 |
Color Harmonies of #31AC64
Complementary color
Monochromatic Colors of #31AC64
Black with #31AC64
Text Example
Text Example
White with #31AC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AC64; }
p { color: rgb(49,172,100); }
H1.HeaderClassName
{
color: #31AC64;
}
.AnyTagClassName
{
color: #31AC64;
}
</style>
background-color css
<style>
a { background-color: #31AC64; }
a { background-color: rgb(49,172,100); }
div.DivClassName
{
background-color: #31AC64;
}
.BgClassName
{
background-color: #31AC64;
}
</style>
border-color css
<style>
span { border-color: #31AC64; }
span { border-color: rgb(49,172,100); }
td.TdClassName
{
border-color: #31AC64;
}
.TagClassName
{
border-color: #31AC64;
}
</style>