#31ac63

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

Shades of Medium Sea Green #31AC63

Tints of Medium Sea Green #31AC63

Color information

#31AC63 (or 0x31AC63) is unknown color: approx Medium Sea Green. HEX triplet: 31, AC and 63. RGB value is (49,172,99). Sum of RGB (Red+Green+Blue) = 49+172+99=320 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.31% from 320); Green value is 172 (67.58% from 255 or 53.75% from 320); Blue value is 99 (39.06% from 255 or 30.94% from 320); Max value from RGB is 172 - color contains mainly: green. Hex color #31AC63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31AC63 is #CE539C. Grayscale: #7F7F7F. Windows color (decimal): -13521821 or 6532145. OLE color: 6532145.

HSL color Cylindrical-coordinate representation of color #31AC63: hue angle of 144.39º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31AC63 is Cyan = 0.72, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB4917299-
CMYK0.7200.420.33
HSL144.39º55.66%43.33%-
HSV(B)144.39º71.51%67.45%-
XYZ18.2731.0616.84-
YUV126.9112.2572.44-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.31%
GREEN value IS 172 (67.58% from 255) = 53.75%
BLUE value IS 99 (39.06% from 255) = 30.94%
R=15.31%
G=53.75%
B=30.94%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal49172990.7200.420.33144.3955.6643.33
Hex31AC634802A2190382b
Octal61254143110052412207053
Binary1100011010110011000111001000010101010000110010000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31ac63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,172,99); }

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

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

 a { background-color: rgb(49,172,99); }

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

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

 span { border-color: rgb(49,172,99); }

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