#31AE64

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

Shades of Medium Sea Green #31AE64

Tints of Medium Sea Green #31AE64

Color information

#31AE64 (or 0x31AE64) is unknown color: approx Medium Sea Green. HEX triplet: 31, AE and 64. RGB value is (49,174,100). Sum of RGB (Red+Green+Blue) = 49+174+100=323 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.17% from 323); Green value is 174 (68.36% from 255 or 53.87% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 174 - color contains mainly: green. Hex color #31AE64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31AE64 is #CE519B. Grayscale: #808080. Windows color (decimal): -13521308 or 6598193. OLE color: 6598193.

HSL color Cylindrical-coordinate representation of color #31AE64: hue angle of 144.48º 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 #31AE64 is Cyan = 0.72, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB49174100-
CMYK0.7200.430.32
HSL144.48º56.05%43.73%-
HSV(B)144.48º71.84%68.24%-
XYZ18.731.8517.22-
YUV128.19112.0971.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.17%
GREEN value IS 174 (68.36% from 255) = 53.87%
BLUE value IS 100 (39.45% from 255) = 30.96%
R=15.17%
G=53.87%
B=30.96%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal491741000.7200.430.32144.4856.0543.73
Hex31AE644802B2090382c
Octal61256144110053402207054
Binary1100011010111011001001001000010101110000010010000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31AE64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,174,100); }

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

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

 a { background-color: rgb(49,174,100); }

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

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

 span { border-color: rgb(49,174,100); }

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