#31B37A

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

Shades of Medium Sea Green #31B37A

Tints of Medium Sea Green #31B37A

Color information

#31B37A (or 0x31B37A) is unknown color: approx Medium Sea Green. HEX triplet: 31, B3 and 7A. RGB value is (49,179,122). Sum of RGB (Red+Green+Blue) = 49+179+122=350 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14% from 350); Green value is 179 (70.31% from 255 or 51.14% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 179 - color contains mainly: green. Hex color #31B37A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31B37A is #CE4C85. Grayscale: #858585. Windows color (decimal): -13520006 or 8041265. OLE color: 8041265.

HSL color Cylindrical-coordinate representation of color #31B37A: hue angle of 153.69º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31B37A is Cyan = 0.73, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB49179122-
CMYK0.7300.320.30
HSL153.69º57.02%44.71%-
HSV(B)153.69º72.63%70.2%-
XYZ20.934.323.93-
YUV133.63121.4367.63-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14%
GREEN value IS 179 (70.31% from 255) = 51.14%
BLUE value IS 122 (48.05% from 255) = 34.86%
R=14%
G=51.14%
B=34.86%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal491791220.7300.320.30153.6957.0244.71
Hex31B37A490201E9a392d
Octal61263172111040362327155
Binary110001101100111111010100100101000001111010011010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,179,122); }

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

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

 a { background-color: rgb(49,179,122); }

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

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

 span { border-color: rgb(49,179,122); }

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