Shades of Medium Sea Green #31AF76
Tints of Medium Sea Green #31AF76
RGB
CMYK
RGB Variations
Color information
#31AF76 (or 0x31AF76) is known color: Medium Sea Green. HEX triplet: 31, AF and 76. RGB value is (49,175,118). Sum of RGB (Red+Green+Blue) = 49+175+118=342 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.33% from 342); Green value is 175 (68.75% from 255 or 51.17% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 175 - color contains mainly: green. Hex color #31AF76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31AF76 is #CE5089. Grayscale: #828282. Windows color (decimal): -13521034 or 7778097. OLE color: 7778097.
HSL color Cylindrical-coordinate representation of color #31AF76: hue angle of 152.86º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31AF76 is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 175 | 118 | - |
| CMYK | 0.72 | 0 | 0.33 | 0.31 |
| HSL | 152.86º | 0.56% | 0.44% | - |
| HSV(B) | 152.86º | 0.72% | 0.69% | - |
| XYZ | 19.87 | 32.62 | 22.39 | - |
| YUV | 130.83 | 120.76 | 69.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 175 | 118 | 0.72 | 0 | 0.33 | 0.31 | 152.86 | 0.56 | 0.44 |
| Hex | 31 | AF | 76 | 48 | 0 | 21 | 1F | 99 | 38 | 2C |
| Octal | 61 | 257 | 166 | 110 | 0 | 41 | 37 | 231 | 70 | 54 |
| Binary | 110001 | 10101111 | 1110110 | 1001000 | 0 | 100001 | 11111 | 10011001 | 111000 | 101100 |
Color Harmonies of #31AF76
Complementary color
Monochromatic Colors of #31AF76
Black with #31AF76
Text Example
Text Example
White with #31AF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AF76; }
p { color: rgb(49,175,118); }
H1.HeaderClassName
{
color: #31AF76;
}
.AnyTagClassName
{
color: #31AF76;
}
</style>
background-color css
<style>
a { background-color: #31AF76; }
a { background-color: rgb(49,175,118); }
div.DivClassName
{
background-color: #31AF76;
}
.BgClassName
{
background-color: #31AF76;
}
</style>
border-color css
<style>
span { border-color: #31AF76; }
span { border-color: rgb(49,175,118); }
td.TdClassName
{
border-color: #31AF76;
}
.TagClassName
{
border-color: #31AF76;
}
</style>