#31b86a

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

Shades of Medium Sea Green #31B86A

Tints of Medium Sea Green #31B86A

Color information

#31B86A (or 0x31B86A) is unknown color: approx Medium Sea Green. HEX triplet: 31, B8 and 6A. RGB value is (49,184,106). Sum of RGB (Red+Green+Blue) = 49+184+106=339 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.45% from 339); Green value is 184 (72.27% from 255 or 54.28% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 184 - color contains mainly: green. Hex color #31B86A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31B86A is #CE4795. Grayscale: #868686. Windows color (decimal): -13518742 or 6993969. OLE color: 6993969.

HSL color Cylindrical-coordinate representation of color #31B86A: hue angle of 145.33º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31B86A is Cyan = 0.73, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB49184106-
CMYK0.7300.420.28
HSL145.33º57.94%45.69%-
HSV(B)145.33º73.37%72.16%-
XYZ21.0135.9719.47-
YUV134.74111.7766.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.45%
GREEN value IS 184 (72.27% from 255) = 54.28%
BLUE value IS 106 (41.80% from 255) = 31.27%
R=14.45%
G=54.28%
B=31.27%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal491841060.7300.420.28145.3357.9445.69
Hex31B86A4902A1C913a2e
Octal61270152111052342217256
Binary110001101110001101010100100101010101110010010001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31b86a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,184,106); }

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

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

 a { background-color: rgb(49,184,106); }

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

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

 span { border-color: rgb(49,184,106); }

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