Shades of Medium Sea Green #31AD66
Tints of Medium Sea Green #31AD66
RGB
CMYK
RGB Variations
Color information
#31AD66 (or 0x31AD66) is known color: Medium Sea Green. HEX triplet: 31, AD and 66. RGB value is (49,173,102). Sum of RGB (Red+Green+Blue) = 49+173+102=324 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.12% from 324); Green value is 173 (67.97% from 255 or 53.40% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 173 - color contains mainly: green. Hex color #31AD66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31AD66 is #CE5299. Grayscale: #7F7F7F. Windows color (decimal): -13521562 or 6729009. OLE color: 6729009.
HSL color Cylindrical-coordinate representation of color #31AD66: hue angle of 145.65º 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 #31AD66 is Cyan = 0.72, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 173 | 102 | - |
| CMYK | 0.72 | 0 | 0.41 | 0.32 |
| HSL | 145.65º | 0.56% | 0.44% | - |
| HSV(B) | 145.65º | 0.72% | 0.68% | - |
| XYZ | 18.61 | 31.5 | 17.67 | - |
| YUV | 127.83 | 113.42 | 71.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 173 | 102 | 0.72 | 0 | 0.41 | 0.32 | 145.65 | 0.56 | 0.44 |
| Hex | 31 | AD | 66 | 48 | 0 | 29 | 20 | 92 | 38 | 2C |
| Octal | 61 | 255 | 146 | 110 | 0 | 51 | 40 | 222 | 70 | 54 |
| Binary | 110001 | 10101101 | 1100110 | 1001000 | 0 | 101001 | 100000 | 10010010 | 111000 | 101100 |
Color Harmonies of #31AD66
Complementary color
Monochromatic Colors of #31AD66
Black with #31AD66
Text Example
Text Example
White with #31AD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AD66; }
p { color: rgb(49,173,102); }
H1.HeaderClassName
{
color: #31AD66;
}
.AnyTagClassName
{
color: #31AD66;
}
</style>
background-color css
<style>
a { background-color: #31AD66; }
a { background-color: rgb(49,173,102); }
div.DivClassName
{
background-color: #31AD66;
}
.BgClassName
{
background-color: #31AD66;
}
</style>
border-color css
<style>
span { border-color: #31AD66; }
span { border-color: rgb(49,173,102); }
td.TdClassName
{
border-color: #31AD66;
}
.TagClassName
{
border-color: #31AD66;
}
</style>