Shades of Medium Sea Green #31AC68
Tints of Medium Sea Green #31AC68
RGB
CMYK
RGB Variations
Color information
#31AC68 (or 0x31AC68) is known color: Medium Sea Green. HEX triplet: 31, AC and 68. RGB value is (49,172,104). Sum of RGB (Red+Green+Blue) = 49+172+104=325 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.08% from 325); Green value is 172 (67.58% from 255 or 52.92% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 172 - color contains mainly: green. Hex color #31AC68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31AC68 is #CE5397. Grayscale: #7F7F7F. Windows color (decimal): -13521816 or 6859825. OLE color: 6859825.
HSL color Cylindrical-coordinate representation of color #31AC68: hue angle of 146.83º 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 #31AC68 is Cyan = 0.72, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 172 | 104 | - |
| CMYK | 0.72 | 0 | 0.40 | 0.33 |
| HSL | 146.83º | 0.56% | 0.43% | - |
| HSV(B) | 146.83º | 0.72% | 0.67% | - |
| XYZ | 18.52 | 31.16 | 18.13 | - |
| YUV | 127.47 | 114.75 | 72.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 172 | 104 | 0.72 | 0 | 0.40 | 0.33 | 146.83 | 0.56 | 0.43 |
| Hex | 31 | AC | 68 | 48 | 0 | 28 | 21 | 93 | 38 | 2B |
| Octal | 61 | 254 | 150 | 110 | 0 | 50 | 41 | 223 | 70 | 53 |
| Binary | 110001 | 10101100 | 1101000 | 1001000 | 0 | 101000 | 100001 | 10010011 | 111000 | 101011 |
Color Harmonies of #31AC68
Complementary color
Monochromatic Colors of #31AC68
Black with #31AC68
Text Example
Text Example
White with #31AC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AC68; }
p { color: rgb(49,172,104); }
H1.HeaderClassName
{
color: #31AC68;
}
.AnyTagClassName
{
color: #31AC68;
}
</style>
background-color css
<style>
a { background-color: #31AC68; }
a { background-color: rgb(49,172,104); }
div.DivClassName
{
background-color: #31AC68;
}
.BgClassName
{
background-color: #31AC68;
}
</style>
border-color css
<style>
span { border-color: #31AC68; }
span { border-color: rgb(49,172,104); }
td.TdClassName
{
border-color: #31AC68;
}
.TagClassName
{
border-color: #31AC68;
}
</style>