Shades of Medium Sea Green #31AB64
Tints of Medium Sea Green #31AB64
RGB
CMYK
RGB Variations
Color information
#31AB64 (or 0x31AB64) is known color: Medium Sea Green. HEX triplet: 31, AB and 64. RGB value is (49,171,100). Sum of RGB (Red+Green+Blue) = 49+171+100=320 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.31% from 320); Green value is 171 (67.19% from 255 or 53.44% from 320); Blue value is 100 (39.45% from 255 or 31.25% from 320); Max value from RGB is 171 - color contains mainly: green. Hex color #31AB64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31AB64 is #CE549B. Grayscale: #7E7E7E. Windows color (decimal): -13522076 or 6597425. OLE color: 6597425.
HSL color Cylindrical-coordinate representation of color #31AB64: hue angle of 145.08º 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 #31AB64 is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 171 | 100 | - |
| CMYK | 0.71 | 0 | 0.42 | 0.33 |
| HSL | 145.08º | 0.55% | 0.43% | - |
| HSV(B) | 145.08º | 0.71% | 0.67% | - |
| XYZ | 18.13 | 30.7 | 17.03 | - |
| YUV | 126.43 | 113.08 | 72.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 171 | 100 | 0.71 | 0 | 0.42 | 0.33 | 145.08 | 0.55 | 0.43 |
| Hex | 31 | AB | 64 | 47 | 0 | 2A | 21 | 91 | 37 | 2B |
| Octal | 61 | 253 | 144 | 107 | 0 | 52 | 41 | 221 | 67 | 53 |
| Binary | 110001 | 10101011 | 1100100 | 1000111 | 0 | 101010 | 100001 | 10010001 | 110111 | 101011 |
Color Harmonies of #31AB64
Complementary color
Monochromatic Colors of #31AB64
Black with #31AB64
Text Example
Text Example
White with #31AB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AB64; }
p { color: rgb(49,171,100); }
H1.HeaderClassName
{
color: #31AB64;
}
.AnyTagClassName
{
color: #31AB64;
}
</style>
background-color css
<style>
a { background-color: #31AB64; }
a { background-color: rgb(49,171,100); }
div.DivClassName
{
background-color: #31AB64;
}
.BgClassName
{
background-color: #31AB64;
}
</style>
border-color css
<style>
span { border-color: #31AB64; }
span { border-color: rgb(49,171,100); }
td.TdClassName
{
border-color: #31AB64;
}
.TagClassName
{
border-color: #31AB64;
}
</style>