#31c971

Color #31C971 Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #31C971

Tints of Medium Sea Green #31C971

Color information

#31C971 (or 0x31C971) is unknown color: approx Medium Sea Green. HEX triplet: 31, C9 and 71. RGB value is (49,201,113). Sum of RGB (Red+Green+Blue) = 49+201+113=363 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.50% from 363); Green value is 201 (78.91% from 255 or 55.37% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 201 - color contains mainly: green. Hex color #31C971 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31C971 is #CE368E. Grayscale: #919191. Windows color (decimal): -13514383 or 7457073. OLE color: 7457073.

HSL color Cylindrical-coordinate representation of color #31C971: hue angle of 145.26º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31C971 is Cyan = 0.76, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB49201113-
CMYK0.7600.440.21
HSL145.26º60.8%49.02%-
HSV(B)145.26º75.62%78.82%-
XYZ25.1343.6222.72-
YUV145.52109.6459.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 49 (19.53% from 255) = 13.50%
GREEN value IS 201 (78.91% from 255) = 55.37%
BLUE value IS 113 (44.53% from 255) = 31.13%
R=13.50%
G=55.37%
B=31.13%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal492011130.7600.440.21145.2660.849.02
Hex31C9714C02C15913d31
Octal61311161114054252217561
Binary110001110010011110001100110001011001010110010001111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31c971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31c971; }

 p { color: rgb(49,201,113); }

 H1.HeaderClassName
 {
   color: #31c971;
 }
 .AnyTagClassName
 {
   color: #31c971;
 }
</style>
background-color css

<style>
 a { background-color: #31c971; }

 a { background-color: rgb(49,201,113); }

 div.DivClassName
 {
   background-color: #31c971;
 }
 .BgClassName
 {
   background-color: #31c971;
 }
</style>
border-color css

<style>
 span { border-color: #31c971; }

 span { border-color: rgb(49,201,113); }

 td.TdClassName
 {
   border-color: #31c971;
 }
 .TagClassName
 {
   border-color: #31c971;
 }
</style>