Shades of Medium Sea Green #31AA65
Tints of Medium Sea Green #31AA65
RGB
CMYK
RGB Variations
Color information
#31AA65 (or 0x31AA65) is known color: Medium Sea Green. HEX triplet: 31, AA and 65. RGB value is (49,170,101). Sum of RGB (Red+Green+Blue) = 49+170+101=320 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.31% from 320); Green value is 170 (66.80% from 255 or 53.12% from 320); Blue value is 101 (39.84% from 255 or 31.56% from 320); Max value from RGB is 170 - color contains mainly: green. Hex color #31AA65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31AA65 is #CE559A. Grayscale: #7E7E7E. Windows color (decimal): -13522331 or 6662705. OLE color: 6662705.
HSL color Cylindrical-coordinate representation of color #31AA65: hue angle of 145.79º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31AA65 is Cyan = 0.71, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 170 | 101 | - |
| CMYK | 0.71 | 0 | 0.41 | 0.33 |
| HSL | 145.79º | 0.55% | 0.43% | - |
| HSV(B) | 145.79º | 0.71% | 0.67% | - |
| XYZ | 17.99 | 30.34 | 17.22 | - |
| YUV | 125.96 | 113.91 | 73.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 170 | 101 | 0.71 | 0 | 0.41 | 0.33 | 145.79 | 0.55 | 0.43 |
| Hex | 31 | AA | 65 | 47 | 0 | 29 | 21 | 92 | 37 | 2B |
| Octal | 61 | 252 | 145 | 107 | 0 | 51 | 41 | 222 | 67 | 53 |
| Binary | 110001 | 10101010 | 1100101 | 1000111 | 0 | 101001 | 100001 | 10010010 | 110111 | 101011 |
Color Harmonies of #31AA65
Complementary color
Monochromatic Colors of #31AA65
Black with #31AA65
Text Example
Text Example
White with #31AA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AA65; }
p { color: rgb(49,170,101); }
H1.HeaderClassName
{
color: #31AA65;
}
.AnyTagClassName
{
color: #31AA65;
}
</style>
background-color css
<style>
a { background-color: #31AA65; }
a { background-color: rgb(49,170,101); }
div.DivClassName
{
background-color: #31AA65;
}
.BgClassName
{
background-color: #31AA65;
}
</style>
border-color css
<style>
span { border-color: #31AA65; }
span { border-color: rgb(49,170,101); }
td.TdClassName
{
border-color: #31AA65;
}
.TagClassName
{
border-color: #31AA65;
}
</style>