#31BC6B

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

Shades of Medium Sea Green #31BC6B

Tints of Medium Sea Green #31BC6B

Color information

#31BC6B (or 0x31BC6B) is unknown color: approx Medium Sea Green. HEX triplet: 31, BC and 6B. RGB value is (49,188,107). Sum of RGB (Red+Green+Blue) = 49+188+107=344 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.24% from 344); Green value is 188 (73.83% from 255 or 54.65% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 188 - color contains mainly: green. Hex color #31BC6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BC6B is #CE4394. Grayscale: #898989. Windows color (decimal): -13517717 or 7060529. OLE color: 7060529.

HSL color Cylindrical-coordinate representation of color #31BC6B: hue angle of 145.04º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BC6B is Cyan = 0.74, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB49188107-
CMYK0.7400.430.26
HSL145.04º58.65%46.47%-
HSV(B)145.04º73.94%73.73%-
XYZ21.937.6820.03-
YUV137.2110.9565.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.24%
GREEN value IS 188 (73.83% from 255) = 54.65%
BLUE value IS 107 (42.19% from 255) = 31.10%
R=14.24%
G=54.65%
B=31.10%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal491881070.7400.430.26145.0458.6546.47
Hex31BC6B4A02B1A913b2e
Octal61274153112053322217356
Binary110001101111001101011100101001010111101010010001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31BC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,188,107); }

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

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

 a { background-color: rgb(49,188,107); }

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

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

 span { border-color: rgb(49,188,107); }

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